Add SLC interrupt number 1. Closes #69

This commit is contained in:
Angus Gratton 2015-11-20 17:25:15 +11:00
parent 3b3d41d502
commit 547c57c840

View file

@ -17,6 +17,7 @@
/* Interrupt numbers for level 1 exception handler. */ /* Interrupt numbers for level 1 exception handler. */
typedef enum { typedef enum {
INUM_SLC = 1,
INUM_SPI = 2, INUM_SPI = 2,
INUM_GPIO = 4, INUM_GPIO = 4,
INUM_UART = 5, INUM_UART = 5,