Skip to content

Commit 915bcef

Browse files
committed
FIX: add state.cpp to the executable
1 parent f24fcfa commit 915bcef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ message("* Current build type is : ${CMAKE_BUILD_TYPE}")
1414

1515

1616
if (NOT HW_CONFIG)
17-
set(HW_CONFIG 8 CACHE STRING "Select the hardware configuration for your board")
17+
set(HW_CONFIG 1 CACHE STRING "Select the hardware configuration for your board")
1818
endif()
1919
if (NOT USE_HSTX)
2020
set(USE_HSTX 1 CACHE STRING "Use HSTX for display output when possible")
@@ -39,6 +39,7 @@ add_executable(${projectname}
3939
DefaultSS555.c
4040
EmuOverlay444.c
4141
EmuOverlay555.c
42+
state.cpp
4243
)
4344

4445
pico_set_program_name(${projectname} "${projectname}")

0 commit comments

Comments
 (0)