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 07500e8 commit 0afd6aeCopy full SHA for 0afd6ae
cores/rp2040/Bootsel.cpp
@@ -47,8 +47,8 @@ static bool __no_inline_not_in_flash_func(get_bootsel_button)() {
47
GPIO_OVERRIDE_NORMAL << IO_QSPI_GPIO_QSPI_SS_CTRL_OEOVER_LSB,
48
IO_QSPI_GPIO_QSPI_SS_CTRL_OEOVER_BITS);
49
50
- interrupts();
51
rp2040.resumeOtherCore();
+ interrupts();
52
53
return button_state;
54
}
0 commit comments