diff options
Diffstat (limited to 'puzzle')
-rw-r--r-- | puzzle/dummy/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puzzle/dummy/main.cpp b/puzzle/dummy/main.cpp index 3c713d6..06f7569 100644 --- a/puzzle/dummy/main.cpp +++ b/puzzle/dummy/main.cpp @@ -4,6 +4,7 @@ #include <task.h> #include "pb-mod.h" +#include "pb-route.h" const char * PB_MOD_NAME = "dummy"; const i2c_addr_t PB_MOD_ADDR = 0x69; |