1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

update to SDK 1.1.1_15_06_05

This commit is contained in:
Markus Sattler
2015-06-06 13:48:53 +02:00
parent f889d3b749
commit 7c45873ffb
15 changed files with 68 additions and 7 deletions

View File

@ -74,6 +74,9 @@ inline uint32_t ETS_INTR_PENDING(void)
#define ETS_FRC_TIMER1_INTR_ATTACH(func, arg) \
ets_isr_attach(ETS_FRC_TIMER1_INUM, (int_handler_t)(func), (void *)(arg))
#define ETS_FRC_TIMER1_NMI_INTR_ATTACH(func) \
NmiTimSetFunc(func)
#define ETS_GPIO_INTR_ATTACH(func, arg) \
ets_isr_attach(ETS_GPIO_INUM, (int_handler_t)(func), (void *)(arg))