Fix formatting
This commit is contained in:
parent
e5290a2886
commit
650ce17c0d
@ -238,7 +238,7 @@ void port_interrupt_after_ticks(uint32_t ticks) {
|
|||||||
void port_idle_until_interrupt(void) {
|
void port_idle_until_interrupt(void) {
|
||||||
common_hal_mcu_disable_interrupts();
|
common_hal_mcu_disable_interrupts();
|
||||||
if (!background_callback_pending()) {
|
if (!background_callback_pending()) {
|
||||||
asm volatile ("dsb 0xF":::"memory");
|
asm volatile ("dsb 0xF" ::: "memory");
|
||||||
__wfi();
|
__wfi();
|
||||||
}
|
}
|
||||||
common_hal_mcu_enable_interrupts();
|
common_hal_mcu_enable_interrupts();
|
||||||
|
Loading…
Reference in New Issue
Block a user