1 parent f24fcfa commit 915bcefCopy full SHA for 915bcef
1 file changed
CMakeLists.txt
@@ -14,7 +14,7 @@ message("* Current build type is : ${CMAKE_BUILD_TYPE}")
14
15
16
if (NOT HW_CONFIG)
17
- set(HW_CONFIG 8 CACHE STRING "Select the hardware configuration for your board")
+ set(HW_CONFIG 1 CACHE STRING "Select the hardware configuration for your board")
18
endif()
19
if (NOT USE_HSTX)
20
set(USE_HSTX 1 CACHE STRING "Use HSTX for display output when possible")
@@ -39,6 +39,7 @@ add_executable(${projectname}
39
DefaultSS555.c
40
EmuOverlay444.c
41
EmuOverlay555.c
42
+ state.cpp
43
)
44
45
pico_set_program_name(${projectname} "${projectname}")
0 commit comments