diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-25 15:54:24 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-25 15:54:24 +0200 |
commit | 6df58f546db68047fe38f3809ee4f6cbff4c6f89 (patch) | |
tree | 8964f9bdc736e301dad7c11b24c03b2891e3916f /main/CMakeLists.txt | |
parent | 42b3b8abd73d0f38efd607fc9dfcf768341549a1 (diff) |
clean up init
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 29afb84..7c18f56 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -14,6 +14,7 @@ pico_sdk_init() add_executable(main main.cpp + init.cpp ) pico_enable_stdio_usb(main 1) |