Remove the NANOPB_INTERNALS functions from public API.

These have been deprecated since nanopb-0.1.6 (some since 0.1.3).
Equivalent functions with better interface are available in the API.

Update issue 91
Status: FixedInGit
This commit is contained in:
Petteri Aimonen
2013-10-29 16:32:47 +02:00
parent 0074deba9a
commit 287207841d
10 changed files with 27 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
Import('env')
p = env.Program(["decode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_decode.o"])
p = env.Program(["decode_unittests.c", "#common/unittestproto.pb.c"])
env.RunTest(p)