diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-09 10:23:15 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-09 10:23:15 +0200 |
commit | f6ac5839b6b54713126d430d8a037138d6619dce (patch) | |
tree | 4ff12033575cdf17787f4ccd91e93222df93b20f /main/CMakeLists.txt | |
parent | 228f50b8cb0e2bbd579cc8ae4f0a08e6d34af66e (diff) |
clean up init functions
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 04e612d..7a0b136 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -21,6 +21,8 @@ add_executable(main sock.c i2c.c mod.c + tasks.c + blink.c ) pico_enable_stdio_usb(main 1) |