Skip to content

Commit 8d9dc1f

Browse files
KurtEdhalbert
andauthored
Update ports/mimxrt10xx/supervisor/port.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 3c343cf commit 8d9dc1f

File tree

1 file changed

+0
-1
lines changed
  • ports/mimxrt10xx/supervisor

1 file changed

+0
-1
lines changed

ports/mimxrt10xx/supervisor/port.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ void port_idle_until_interrupt(void) {
416416
if (!background_callback_pending()) {
417417
NVIC_ClearPendingIRQ(SNVS_HP_WRAPPER_IRQn);
418418
__WFI();
419-
#endif
420419
}
421420
common_hal_mcu_enable_interrupts();
422421
}

0 commit comments

Comments
 (0)