Skip to content

Commit f0b5966

Browse files
committed
Fix config check
1 parent cc78507 commit f0b5966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rp2_common/pico_crt0/crt0_riscv.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#define PICO_CRT0_INCLUDE_PICOBIN_END_BLOCK (PICO_CRT0_INCLUDE_PICOBIN_BLOCK && !PICO_NO_FLASH)
3131
#endif
3232

33-
// PICO_CONFIG: PICO_CRT0_NO_DATA_COPY, Whether crt0 should perform the data copies - usually copying from flash into sram, default=1 for no_flash builds, 0 otherwise, type=bool, group=pico_crt0
3433
#ifndef PICO_CRT0_NO_DATA_COPY
3534
#define PICO_CRT0_NO_DATA_COPY PICO_NO_FLASH
3635
#endif

0 commit comments

Comments
 (0)