Skip to content

Commit ab3f822

Browse files
committed
Indentation fix
1 parent 4de225a commit ab3f822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_wiring_digital.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void ICACHE_RAM_ATTR interrupt_handler(void *arg, void *frame)
136136
// to make ISR compatible to Arduino AVR model where interrupts are disabled
137137
// we disable them before we call the client ISR
138138
esp8266::InterruptLock irqLock; // stop other interrupts
139-
handler->fn();
139+
handler->fn();
140140
}
141141
}
142142
ETS_GPIO_INTR_ENABLE();

0 commit comments

Comments
 (0)