Skip to content

Commit 6f4ba91

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
Revert "fix typo preventing interrupts and leading to exception"
This reverts commit 43be35c.
1 parent 09a0ff8 commit 6f4ba91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp8266/core_esp8266_wiring_digital.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ extern void __detachInterrupt(uint8_t pin) {
154154
}
155155

156156
void initPins() {
157-
ETS_GPIO_INTR_ATTACH(interrupt_handler, &interrupt_reg);
157+
ETS_GPIO_INTR_ATTACH(interrupt_handlers, &interrupt_reg);
158158
ETS_GPIO_INTR_ENABLE();
159159
}
160160

0 commit comments

Comments
 (0)