Skip to content

Commit 1ac4472

Browse files
committed
Whitespace
1 parent 7112ff2 commit 1ac4472

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
@@ -226,7 +226,7 @@ extern void attachInterrupt(uint8_t pin, std::function<void()> userFunc, int mod
226226
if (pin < 16)
227227
{
228228
ETS_GPIO_INTR_DISABLE();
229-
set_interrupt_handlers(pin, userFunc, mode);
229+
set_interrupt_handlers(pin, userFunc, mode);
230230
interrupt_reg |= (1 << pin);
231231
GPC(pin) &= ~(0xF << GPCI);//INT mode disabled
232232
GPIEC = (1 << pin); //Clear Interrupt for this pin

0 commit comments

Comments
 (0)