Closed GoogleCodeExporter closed 9 years ago
Hi,
The size you specify with (nanopb).max_size should include the space for null
terminator. E.g. for 1 character of data, set (nanopb).max_size = 2.
There is no 8- or 16-bit datatypes in protobuf standard, but you can store a
single character in an integer field.
Original comment by Petteri.Aimonen
on 21 Jun 2012 at 10:10
Original comment by Petteri.Aimonen
on 30 Jun 2012 at 3:25
Original issue reported on code.google.com by
c4simba
on 21 Jun 2012 at 10:05