diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-02 21:08:15 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-02 21:08:15 +0300 |
commit | 70dee34da6578ab76dbf00009357d679e154e04b (patch) | |
tree | 106a2c479d14f2df99b3be6b15ef344c0c01b745 /docs/reference.rst | |
parent | 99434724d0375280abe44944b0c39f45991f26df (diff) |
Add some missing 'static' specifiers
Update issue 91
Status: FixedInGit
Diffstat (limited to 'docs/reference.rst')
-rw-r--r-- | docs/reference.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index 79fa7333..ccbf0a4d 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -24,10 +24,6 @@ __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. Starting - with nanopb-0.2.4, this flag does nothing. Use - the newer functions that have better interface. PB_ENABLE_MALLOC Set this to enable dynamic allocation support in the decoder. PB_MAX_REQUIRED_FIELDS Maximum number of required fields to check for |