summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-27 06:52:25 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-27 06:52:25 +0000
commit75a9a9b9a7f7115c8e59a6c390ad462394bd711b (patch)
tree32a83be528a460f73c77608f1e56664a7799f23a /firmware
parentd129486c0ff24228dc2b526a3c4d48bde8705be5 (diff)
downloadrockbox-75a9a9b9a7f7115c8e59a6c390ad462394bd711b.tar.gz
rockbox-75a9a9b9a7f7115c8e59a6c390ad462394bd711b.zip
Coldfire: the timers can only be autovectored, let's put the tick timer at level 3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5366 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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,