Skip to content

Commit 13b0237

Browse files
committedFeb 28, 2025
lib/pico-sdk: Update to version 2.1.1.
Release notes: https://github.com/raspberrypi/pico-sdk/releases/tag/2.1.1 Signed-off-by: Damien George <damien@micropython.org>
1 parent 71c7c03 commit 13b0237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/pico-sdk

Submodule pico-sdk updated 138 files

‎ports/rp2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ if(PICO_RP2040)
276276
elseif(PICO_RP2350 AND PICO_ARM)
277277
target_sources(pico_float_micropython INTERFACE
278278
${PICO_SDK_PATH}/src/rp2_common/pico_float/float_aeabi_dcp.S
279-
${PICO_SDK_PATH}/src/rp2_common/pico_float/float_conv_m33.S
279+
${PICO_SDK_PATH}/src/rp2_common/pico_float/float_common_m33.S
280280
)
281281
endif()
282282

0 commit comments

Comments
 (0)