aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 17:34:20 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 17:34:20 +0200
commit35129b2ba8e416f99f4095d93ae748762b0e36fb (patch)
treea73bfc17eec64713238a3cab980e5e5973051984 /main
parent3f3bef9c6bf0b9143da80e4b4363eb0362fb91c9 (diff)
main controller firmware compiling again
Diffstat (limited to 'main')
-rw-r--r--main/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
index e71f419..d6cbf33 100644
--- a/main/CMakeLists.txt
+++ b/main/CMakeLists.txt
@@ -10,6 +10,7 @@ include(lib/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/FreeRTOS_Kernel_impor
add_subdirectory(lib/mpack)
add_subdirectory(lib/i2ctcp)
add_subdirectory(lib/pbdrv)
+include(lib/pbdrv/ext/stdlib/include.cmake) # pico-stdlib is compatible with C stdlib
project(puzzlebox_main C CXX ASM)