1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Update to SDK 1.0.0

Fixes #1
This commit is contained in:
Ivan Grokhotkov
2015-03-30 00:50:24 +03:00
parent cb799b670d
commit b64079f539
14 changed files with 54 additions and 9 deletions

View File

@ -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
{