Merge pull request #212 from pfalcon/pfalcon
esp/interrupts.h: Add RTC interrupt number.
This commit is contained in:
commit
17176841f2
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ typedef enum {
|
||||||
INUM_WDEV_FIQ = 0,
|
INUM_WDEV_FIQ = 0,
|
||||||
INUM_SLC = 1,
|
INUM_SLC = 1,
|
||||||
INUM_SPI = 2,
|
INUM_SPI = 2,
|
||||||
|
INUM_RTC = 3,
|
||||||
INUM_GPIO = 4,
|
INUM_GPIO = 4,
|
||||||
INUM_UART = 5,
|
INUM_UART = 5,
|
||||||
INUM_TICK = 6, /* RTOS timer tick, possibly xtensa CPU CCOMPARE0(?) */
|
INUM_TICK = 6, /* RTOS timer tick, possibly xtensa CPU CCOMPARE0(?) */
|
||||||
|
|
Loading…
Reference in a new issue