Skip to content

Commit 87ba112

Browse files
authored
Merge pull request #18 from intx82/master
Fix building with modern PICO-SDK
2 parents c0c563d + 99364b2 commit 87ba112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(PicoRVD C CXX ASM)
88
set(CMAKE_C_STANDARD 11)
99
set(CMAKE_CXX_STANDARD 20)
1010

11-
option(INCLUDE_BLINKY_BINARY "Include Blinky binary in PicoRVD" ON)
11+
# option(INCLUDE_BLINKY_BINARY "Include Blinky binary in PicoRVD" ON)
1212

1313
pico_sdk_init()
1414
add_executable(

0 commit comments

Comments
 (0)