8000 Fix formatting · domdfcoding/circuitpython@650ce17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 650ce17

Browse files
authored
Fix formatting
1 parent e5290a2 commit 650ce17

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/supervisor

1 file changed

+1
-1
lines changed

ports/raspberrypi/supervisor/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ void port_interrupt_after_ticks(uint32_t ticks) {
238238
void port_idle_until_interrupt(void) {
239239
common_hal_mcu_disable_interrupts();
240240
if (!background_callback_pending()) {
241-
asm volatile ("dsb 0xF":::"memory");
241+
asm volatile ("dsb 0xF" ::: "memory");
242242
__wfi();
243243
}
244244
common_hal_mcu_enable_interrupts();

0 commit comments

Comments
 (0)
0