From c225a738fc6ce90d167c98a131f999a8f629a0e1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 20 Nov 2018 12:19:30 +0100 Subject: move nanopb generated files to nanopbbench.pb.* --- src/app/prototest/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/prototest/main.cc') 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 -#include "nanopb.pb.h" +#include "nanopbbench.pb.h" #include #include #endif -- cgit v1.2.3