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 b1676c1 commit ab12d55Copy full SHA for ab12d55
src/rp2_common/pico_crt0/embedded_start_block.inc.S
@@ -41,7 +41,7 @@ embedded_block:
41
PICOBIN_IMAGE_TYPE_EXE_CPU_AS_BITS(RISCV) | \
42
PICOBIN_IMAGE_TYPE_EXE_CHIP_AS_BITS(RP2350) | \
43
CRT0_TBYB_FLAG
44
-#elif defined(PICO_RP2040)
+#elif PICO_RP2040
45
.hword PICOBIN_IMAGE_TYPE_IMAGE_TYPE_AS_BITS(EXE) | \
46
PICOBIN_IMAGE_TYPE_EXE_SECURITY_AS_BITS(NS) | \
47
PICOBIN_IMAGE_TYPE_EXE_CPU_AS_BITS(ARM) | \
@@ -84,7 +84,7 @@ embedded_block:
84
.word SRAM_END // stack pointer
85
#endif
86
87
-#ifndef PICO_RP2040
+#if !PICO_RP2040
88
#if PICO_NO_FLASH
89
// If no_flash bin, then include a vector table item
90
.byte PICOBIN_BLOCK_ITEM_1BS_VECTOR_TABLE
0 commit comments