diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-20 12:19:30 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-20 12:19:30 +0100 |
commit | c225a738fc6ce90d167c98a131f999a8f629a0e1 (patch) | |
tree | 54c1a90a891f12fb42692426e6851106af230d07 /src/app/prototest/main.cc | |
parent | 0a4a3e085f162fb3d34da3522bca7e7eeb8847e9 (diff) |
move nanopb generated files to nanopbbench.pb.*
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 |