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()) {
|
||||
NVIC_ClearPendingIRQ(SNVS_HP_WRAPPER_IRQn);
|
||||
__WFI();
|
||||
#endif
|
||||
}
|
||||
common_hal_mcu_enable_interrupts();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue