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

readd wrongly deleted definition

This commit is contained in:
John Doe
2015-06-16 13:22:00 +03:00
parent 1cec57282f
commit 92014a85c3

View File

@ -88,6 +88,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_FRC1_INTR_ENABLE() \
ETS_INTR_ENABLE(ETS_FRC_TIMER1_INUM)