Skip to content

Commit f714343

Browse files
committed
REVERT THIS: Use xip-sram picotool branch
1 parent edbad2f commit f714343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_sdk_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (NOT DEFINED PICO_SDK_VERSION_MAJOR)
1010
set(PICO_SDK_VERSION_REVISION 1)
1111
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_PRE_RELEASE_ID, Optional SDK pre-release version identifier, default=Current SDK pre-release identifier, type=string, group=pico_base
1212
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_PRE_RELEASE_ID, Optional SDK pre-release version identifier, default=Current SDK pre-release identifier, type=string, group=pico_base
13-
set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
13+
set(PICO_SDK_VERSION_PRE_RELEASE_ID xip-sram)
1414
endif()
1515

1616
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version string, type=string, default=Current SDK version string, group=pico_base

0 commit comments

Comments
 (0)