Update ports/mimxrt10xx/supervisor/port.c

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
KurtE 2022-04-22 11:47:40 -07:00 committed by GitHub
parent 3c343cf1b8
commit 8d9dc1fb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}