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.
2 parents 3ac61ee + fb82da6 commit 0ec323aCopy full SHA for 0ec323a
1 file changed
ports/raspberrypi/supervisor/port.c
@@ -624,7 +624,7 @@ bool __no_inline_not_in_flash_func(port_boot_button_pressed)(void) {
624
// pressed, return is delayed until the button is released and
625
// a delay has passed in order to debounce the button.
626
const uint32_t CS_PIN_INDEX = 1;
627
- #if defined(PICO_RP2040)
+ #if PICO_RP2040
628
const uint32_t CS_BIT = 1u << 1;
629
#else
630
const uint32_t CS_BIT = SIO_GPIO_HI_IN_QSPI_CSN_BITS;
0 commit comments