esp/interrupts.h: Add wDev FIQ interrupt number.
40251dd9 $a2 = 0x0 40251ddb $a3 = wDev_ProcessFiq 40251dde $a4 = 0x0 40251de0 $a0 = ets_isr_attach 40251de3 call $a0
This commit is contained in:
parent
95081a1e9f
commit
458a6813c8
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
/* Interrupt numbers for level 1 exception handler. */
|
||||
typedef enum {
|
||||
INUM_WDEV_FIQ = 0,
|
||||
INUM_SLC = 1,
|
||||
INUM_SPI = 2,
|
||||
INUM_GPIO = 4,
|
||||
|
|
Loading…
Reference in a new issue