diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-09 15:38:25 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-09 15:38:25 +0200 |
commit | adc6e726f672aa7057992af54b286f7632b4fb07 (patch) | |
tree | 9a24f2c67566aa80c6379b160cbceeadedc2966d /main/CMakeLists.txt | |
parent | 21bfc93676c56e2265f330170d319da2c480987d (diff) |
stop the c++
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index b86c077..123d1b7 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -13,8 +13,8 @@ project(puzzlebox_main C CXX ASM) pico_sdk_init() add_executable(main - main.cpp - init.cpp + main.c + init.c ) pico_enable_stdio_usb(main 1) |