Skip to content

Commit

Permalink
Update to SDK 1.0.0
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
igrr committed Mar 29, 2015
1 parent afdaed8 commit 31249bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp8266/core_esp8266_wiring_digital.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ extern void __attachInterrupt(uint8_t pin, voidFuncPtr handler, int mode)
}
else if (mode == CHANGE)
{
gpio_pin_intr_state_set(pin, GPIO_PIN_INTR_ANYEGDE);
gpio_pin_intr_state_set(pin, GPIO_PIN_INTR_ANYEDGE);
}
else
{
Expand Down

0 comments on commit 31249bb

Please sign in to comment.