summaryrefslogtreecommitdiff
path: root/src/app/prototest/main.cc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-20 12:19:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-20 12:19:30 +0100
commitc225a738fc6ce90d167c98a131f999a8f629a0e1 (patch)
tree54c1a90a891f12fb42692426e6851106af230d07 /src/app/prototest/main.cc
parent0a4a3e085f162fb3d34da3522bca7e7eeb8847e9 (diff)
move nanopb generated files to nanopbbench.pb.*
Diffstat (limited to 'src/app/prototest/main.cc')
-rw-r--r--src/app/prototest/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/prototest/main.cc b/src/app/prototest/main.cc
index 0b5e5d3..b4d2254 100644
--- a/src/app/prototest/main.cc
+++ b/src/app/prototest/main.cc
@@ -14,7 +14,7 @@
#endif
#ifdef PROTOTEST_NANOPB
#include <pb.h>
-#include "nanopb.pb.h"
+#include "nanopbbench.pb.h"
#include <pb_encode.h>
#include <pb_decode.h>
#endif