diff --git a/core/include/esp/interrupts.h b/core/include/esp/interrupts.h index a6e779a..e539aa6 100644 --- a/core/include/esp/interrupts.h +++ b/core/include/esp/interrupts.h @@ -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,