diff options
Diffstat (limited to 'src/app/prototest/main.cc')
-rw-r--r-- | src/app/prototest/main.cc | 2 |
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 |