parent
9b2d8ade2f
commit
e5290a2886
|
@ -238,8 +238,8 @@ void port_interrupt_after_ticks(uint32_t ticks) {
|
|||
void port_idle_until_interrupt(void) {
|
||||
common_hal_mcu_disable_interrupts();
|
||||
if (!background_callback_pending()) {
|
||||
// asm volatile ("dsb 0xF":::"memory");
|
||||
// __wfi();
|
||||
asm volatile ("dsb 0xF":::"memory");
|
||||
__wfi();
|
||||
}
|
||||
common_hal_mcu_enable_interrupts();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue