Add pb_common.c to examples

This commit is contained in:
Petteri Aimonen
2014-08-26 18:05:10 +03:00
parent 3ed219382e
commit 8a95311b51
3 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ CSRC = simple.c # The main program
CSRC += simple.pb.c # The compiled protocol definition
CSRC += $(NANOPB_DIR)/pb_encode.c # The nanopb encoder
CSRC += $(NANOPB_DIR)/pb_decode.c # The nanopb decoder
CSRC += $(NANOPB_DIR)/pb_common.c # The nanopb common parts
# Build rule for the main program
simple: $(CSRC)