aboutsummaryrefslogtreecommitdiff
path: root/puzzle
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-16 13:28:00 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-16 13:28:00 +0200
commita3fba8221cb26ce43958f42dd1f58cc049c3bba6 (patch)
tree2afca47358d1e7d4f425c3944285d36231f8711d /puzzle
parent30171b5c84dd90ee9de9f3efc395766497a86c85 (diff)
WIP fixing memory handling
Diffstat (limited to 'puzzle')
-rw-r--r--puzzle/dummy/main.cpp1
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;