From cc9b3beb1e82449e34dc3d7052395607fe12b47f Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 18 Jun 2024 19:29:05 +0200 Subject: WIP puzzle module <-> main controller <-> client communication --- test/CMakeLists.txt | 2 ++ test/pbdrv/pb-route.c | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 test/pbdrv/pb-route.c (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 30f3f77..1ec0cc6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,12 +10,14 @@ project(pbtest C CXX ASM) add_executable(test # i2ctcp/main.cpp + pbdrv/pb-route.c pbdrv/msg.cpp pbdrv/mod.c ) add_subdirectory(lib/googletest) add_subdirectory(lib/pbdrv) +include(lib/pbdrv/ext/stdlib/include.cmake) add_subdirectory(lib/i2ctcp) target_link_libraries(test 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) { } + -- cgit v1.2.3