Add some missing 'static' specifiers

Update issue 91
Status: FixedInGit
This commit is contained in:
Petteri Aimonen
2014-04-02 21:08:15 +03:00
parent 99434724d0
commit 70dee34da6
3 changed files with 16 additions and 22 deletions

View File

@@ -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