First version of header generator

git-svn-id: https://svn.kapsi.fi/jpa/nanopb@950 e3a754e5-d11d-0410-8d38-ebb782a927b9
This commit is contained in:
Petteri Aimonen
2011-07-31 12:55:09 +00:00
parent f8364310d3
commit 3959290bc7
8 changed files with 470 additions and 76 deletions

2
pb.h
View File

@@ -120,7 +120,7 @@ struct { \
uint8_t bytes[buffersize]; \
}
typedef PB_BYTES_ARRAY(1) pb_bytes_array_t;
typedef PB_BYTES_ARRAY() pb_bytes_array_t;
/* This structure is used for giving the callback function.
* It is stored in the message structure and filled in by the method that