Document PB_SYSTEM_HEADER

This commit is contained in:
Petteri Aimonen
2013-08-08 20:05:30 +03:00
parent ba40cacd3c
commit b663909fb6
2 changed files with 8 additions and 1 deletions

View File

@@ -103,6 +103,8 @@ Nanopb should compile with most ansi-C compatible compilers. It however requires
If these header files do not come with your compiler, you should be able to find suitable replacements online. Mostly the requirements are very simple, just a few basic functions and typedefs.
Alternatively, you can define *PB_SYSTEM_HEADER*, which should be the name of a single header file including all the necessary definitions.
Debugging and testing
=====================
Extensive unittests are included under the *tests* folder. Just type *make* there to run the tests.