From adc6e726f672aa7057992af54b286f7632b4fb07 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 9 May 2024 15:38:25 +0200 Subject: stop the c++ --- main/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/CMakeLists.txt') 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) -- cgit v1.2.3