summaryrefslogtreecommitdiffstats
path: root/example_unions
AgeCommit message (Collapse)AuthorFilesLines
2012-08-24Reorganize the field decoder interface.Petteri Aimonen1-3/+4
This makes the field decoding functions more intuitive to use. The old interface is still present if you specify NANOPB_INTERNALS. Update issue 2 Status: FixedInGit
2012-08-04Fix signedness warning in example_unions.Petteri Aimonen1-1/+1
2012-06-16Added example on how to handle unions.Petteri Aimonen4-0/+224