aboutsummaryrefslogtreecommitdiff
path: root/test/pbdrv
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 19:29:05 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 19:29:05 +0200
commitcc9b3beb1e82449e34dc3d7052395607fe12b47f (patch)
treef16258fd34abc8bda8ba9c491cd3552381a0fbe8 /test/pbdrv
parent752dca0a41581282498ccb0d3e2aedb15181e4a8 (diff)
WIP puzzle module <-> main controller <-> client communication
Diffstat (limited to 'test/pbdrv')
-rw-r--r--test/pbdrv/pb-route.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pbdrv/pb-route.c b/test/pbdrv/pb-route.c
new file mode 100644
index 0000000..62a4b85
--- /dev/null
+++ b/test/pbdrv/pb-route.c
@@ -0,0 +1,2 @@
+void pb_mod_blocking_delay_ms(unsigned long ms) { }
+