Skip to content

Commit 31249bb

Browse files
committed
Update to SDK 1.0.0
Fixes #1
1 parent afdaed8 commit 31249bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_wiring_digital.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ extern void __attachInterrupt(uint8_t pin, voidFuncPtr handler, int mode)
198198
}
199199
else if (mode == CHANGE)
200200
{
201-
gpio_pin_intr_state_set(pin, GPIO_PIN_INTR_ANYEGDE);
201+
gpio_pin_intr_state_set(pin, GPIO_PIN_INTR_ANYEDGE);
202202
}
203203
else
204204
{

0 commit comments

Comments
 (0)