We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05342b0 commit ca45e4bCopy full SHA for ca45e4b
ports/rp2/CMakeLists.txt
@@ -528,7 +528,7 @@ target_link_options(${MICROPY_TARGET} PRIVATE
528
-Wl,--wrap=runtime_init_clocks
529
)
530
531
-if(PICO_FLASH_SIZE_BYTES GREATER 0)
+if(DEFINED PICO_FLASH_SIZE_BYTES)
532
target_link_options(${MICROPY_TARGET} PRIVATE
533
-Wl,--defsym=__micropy_flash_size__=${PICO_FLASH_SIZE_BYTES}
534
0 commit comments