We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec179d2 + 650ce17 commit 8520c43Copy full SHA for 8520c43
ports/raspberrypi/supervisor/port.c
@@ -238,8 +238,8 @@ void port_interrupt_after_ticks(uint32_t ticks) {
238
void port_idle_until_interrupt(void) {
239
common_hal_mcu_disable_interrupts();
240
if (!background_callback_pending()) {
241
-// asm volatile ("dsb 0xF":::"memory");
242
-// __wfi();
+ asm volatile ("dsb 0xF" ::: "memory");
+ __wfi();
243
}
244
common_hal_mcu_enable_interrupts();
245
0 commit comments