Fix missing warning with large bytes fields (issue #220)
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 23 Oct 2016 11:01:10 +0000 (14:01 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 23 Oct 2016 11:02:06 +0000 (14:02 +0300)
commit6e22ecdebefa40d87723e46298a2d71329ab75da
treee038653f92a99e5c68f03a10bb619fc75214e678
parent599939a85dce96c78c357341b731ccc173885d5b
Fix missing warning with large bytes fields (issue #220)

Need to generate compile time check if the bytes field + size field
might exceed 255 bytes. Also eliminated spurious checks generated
for some callback fields.
generator/nanopb_generator.py