From 2941e90e041b0d7872a4ea458e77dcc787ca6ff2 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Fri, 24 Aug 2012 20:23:25 +0300 Subject: Reorganize the field decoder interface. 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 --- tests/decode_unittests.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/decode_unittests.c') diff --git a/tests/decode_unittests.c b/tests/decode_unittests.c index 6ba6d4f2..039c9fa4 100644 --- a/tests/decode_unittests.c +++ b/tests/decode_unittests.c @@ -1,3 +1,5 @@ +#define NANOPB_INTERNALS + #include #include #include "pb_decode.h" -- cgit 1.2.3-korg