Unverified Commit 0afd6ae5 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Fix order of bootsel IRQ/idle calls (#572)

Reverse the order of IRQ and idle restore to match the way
they were initiated.
parent 07500e89
......@@ -47,8 +47,8 @@ static bool __no_inline_not_in_flash_func(get_bootsel_button)() {
GPIO_OVERRIDE_NORMAL << IO_QSPI_GPIO_QSPI_SS_CTRL_OEOVER_LSB,
IO_QSPI_GPIO_QSPI_SS_CTRL_OEOVER_BITS);
interrupts();
rp2040.resumeOtherCore();
interrupts();
return button_state;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment