Skip to content

Commit 44efad4

Browse files
committed
Reset default board config back to Pico
1 parent 3ada274 commit 44efad4

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
@@ -51,7 +51,7 @@ endif()
5151
include("pico_shared/BoardConfigs.cmake")
5252

5353
if (NOT PICO_BOARD )
54-
set(PICO_BOARD pico2 CACHE STRING "Board type")
54+
set(PICO_BOARD pico CACHE STRING "Board type")
5555
message("PICO_BOARD not set, using default: ${PICO_BOARD}")
5656
endif()
5757
# Although Pico 2 has enough memory, mapper 5 games do not work properly. (sound and screen glitches)

0 commit comments

Comments
 (0)