summaryrefslogtreecommitdiffstats
path: root/pb.h
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-07-31 12:55:09 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-07-31 12:55:09 +0000
commit3959290bc77ae26772bc107128b0a4edd3930361 (patch)
treefefcf27423aeb7fd100b52802f5c519def3a8cc7 /pb.h
parentf8364310d3ca85d2cf59019bb4bc5e9ff4c52dc3 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pb.h b/pb.h
index c075cdec..27ee11fd 100644
--- a/pb.h
+++ b/pb.h
@@ -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