diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-07-31 12:55:09 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-07-31 12:55:09 +0000 |
commit | 3959290bc77ae26772bc107128b0a4edd3930361 (patch) | |
tree | fefcf27423aeb7fd100b52802f5c519def3a8cc7 /pb.h | |
parent | f8364310d3ca85d2cf59019bb4bc5e9ff4c52dc3 (diff) |
First version of header generator
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@950 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |