diff options
m--------- | lib/pico-sdk | 0 | ||||
-rw-r--r-- | ports/rp2/CMakeLists.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/pico-sdk b/lib/pico-sdk -Subproject 95ea6acad131124694cda1c162c52cd30e0aece +Subproject bddd20f928ce76142793bef434d4f75f4af6e43 diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt index 8a4092529..7002ad876 100644 --- a/ports/rp2/CMakeLists.txt +++ b/ports/rp2/CMakeLists.txt @@ -276,7 +276,7 @@ if(PICO_RP2040) elseif(PICO_RP2350 AND PICO_ARM) target_sources(pico_float_micropython INTERFACE ${PICO_SDK_PATH}/src/rp2_common/pico_float/float_aeabi_dcp.S - ${PICO_SDK_PATH}/src/rp2_common/pico_float/float_conv_m33.S + ${PICO_SDK_PATH}/src/rp2_common/pico_float/float_common_m33.S ) endif() |