Add SLC interrupt number 1. Closes #69
This commit is contained in:
parent
3b3d41d502
commit
547c57c840
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
/* Interrupt numbers for level 1 exception handler. */
|
||||
typedef enum {
|
||||
INUM_SLC = 1,
|
||||
INUM_SPI = 2,
|
||||
INUM_GPIO = 4,
|
||||
INUM_UART = 5,
|
||||
|
|
Loading…
Reference in a new issue