Fix callback for parsing string

This commit is contained in:
2015-11-07 21:49:51 +00:00
parent 841cbde3da
commit 015ea873ab
7 changed files with 57 additions and 4 deletions

View File

@@ -24,4 +24,7 @@ nanopb_%: $(NANOPB_DIR)/proto/%.proto
mv -f $@.c src
run:
platformio run
platformio run
test:
g++ src/pb_common.c src/pb_decode.c src/pb_encode.c src/tm1638.pb.c test.cpp -o test -Isrc