summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 2ac6ed883f..543a86986f 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -157,12 +157,12 @@ void (* const vbr[]) (void) __attribute__ ((section (".vectors"))) =
157 UIE,UIE,UIE,UIE,UIE,UIE, 157 UIE,UIE,UIE,UIE,UIE,UIE,
158 UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, 158 UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE,
159 UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, 159 UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE,
160 UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, 160 UIE,UIE,UIE,TIMER0,UIE,UIE,UIE,UIE,
161 161
162 TRAP0,TRAP1,TRAP2,TRAP3,TRAP4,TRAP5,TRAP6,TRAP7, 162 TRAP0,TRAP1,TRAP2,TRAP3,TRAP4,TRAP5,TRAP6,TRAP7,
163 TRAP8,TRAP9,TRAP10,TRAP11,TRAP12,TRAP13,TRAP14,TRAP15, 163 TRAP8,TRAP9,TRAP10,TRAP11,TRAP12,TRAP13,TRAP14,TRAP15,
164 164
165 SWT,TIMER0,TIMER1,I2C,UART1,UART2,DMA0,DMA1, 165 SWT,UIE,TIMER1,I2C,UART1,UART2,DMA0,DMA1,
166 DMA2,DMA3,QSPI,UIE,UIE,UIE,UIE,UIE, 166 DMA2,DMA3,QSPI,UIE,UIE,UIE,UIE,UIE,
167 PDIR1FULL,PDIR2FULL,EBUTXEMPTY,IIS2TXEMPTY, 167 PDIR1FULL,PDIR2FULL,EBUTXEMPTY,IIS2TXEMPTY,
168 IIS1TXEMPTY,PDIR3FULL,PDIR3RESYN,UQ2CHANERR, 168 IIS1TXEMPTY,PDIR3FULL,PDIR3RESYN,UQ2CHANERR,