diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-16 13:28:00 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-16 13:28:00 +0200 |
commit | a3fba8221cb26ce43958f42dd1f58cc049c3bba6 (patch) | |
tree | 2afca47358d1e7d4f425c3944285d36231f8711d /puzzle | |
parent | 30171b5c84dd90ee9de9f3efc395766497a86c85 (diff) |
WIP fixing memory handling
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; |