summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-06-25 22:08:05 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-06-25 22:08:05 +0300
commit99375a132fe91bd3a333eeacff7888c7b814a30b (patch)
tree2a7b8d38d58f6a384f4662297155b5b89f443c60 /docs
parentc07e576de86644d278a987550e389b000d8311d0 (diff)
Documented NANOPB_INTERNALS compilation option
Diffstat (limited to 'docs')
-rw-r--r--docs/reference.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index 8c1af773..42e7c768 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -11,6 +11,7 @@ Compilation options
The following options can be specified using -D switch given to the C compiler:
:__BIG_ENDIAN__: Set this if your platform stores integers and floats in big-endian format. Mixed-endian systems (different layout for ints and floats) are currently not supported.
+:NANOPB_INTERNALS: Set this to expose the field encoder functions that are hidden since nanopb-0.1.3.
pb.h
====