Fixed issue 1 reported by Erik Rosen:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Thu, 12 Jan 2012 17:08:05 +0000 (19:08 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Thu, 12 Jan 2012 17:08:05 +0000 (19:08 +0200)
commit113bd7ee878ac2284c8c049fdb8dc2d2bd19f016
treef38c617e54d763cee506c3314168bfb96a958f22
parent0f6b615ae3395734ee9a1b35185540acad18c452
Fixed issue 1 reported by Erik Rosen:
The size of non-callback bytes-fields was miscalculated, which
caused all following fields in a message to contain garbage.

Previous commit contains a testcase for this.

This fix changes the generated message description. If your protocol uses
bytes-fields, you should regenerate *.pb.c.
docs/concepts.rst
generator/nanopb_generator.py
pb_decode.c
tests/decode_unittests.c