Update ports/mimxrt10xx/supervisor/port.c
Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
parent
3c343cf1b8
commit
8d9dc1fb93
@ -416,7 +416,6 @@ void port_idle_until_interrupt(void) {
|
|||||||
if (!background_callback_pending()) {
|
if (!background_callback_pending()) {
|
||||||
NVIC_ClearPendingIRQ(SNVS_HP_WRAPPER_IRQn);
|
NVIC_ClearPendingIRQ(SNVS_HP_WRAPPER_IRQn);
|
||||||
__WFI();
|
__WFI();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
common_hal_mcu_enable_interrupts();
|
common_hal_mcu_enable_interrupts();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user