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.
1 parent e5290a2 commit 650ce17Copy full SHA for 650ce17
ports/raspberrypi/supervisor/port.c
@@ -238,7 +238,7 @@ 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");
+ asm volatile ("dsb 0xF" ::: "memory");
242
__wfi();
243
}
244
common_hal_mcu_enable_interrupts();
0 commit comments