From 75a9a9b9a7f7115c8e59a6c390ad462394bd711b Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 27 Oct 2004 06:52:25 +0000 Subject: 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 --- firmware/system.c | 4 ++-- 1 file 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"))) = UIE,UIE,UIE,UIE,UIE,UIE, UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, - UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, + UIE,UIE,UIE,TIMER0,UIE,UIE,UIE,UIE, TRAP0,TRAP1,TRAP2,TRAP3,TRAP4,TRAP5,TRAP6,TRAP7, TRAP8,TRAP9,TRAP10,TRAP11,TRAP12,TRAP13,TRAP14,TRAP15, - SWT,TIMER0,TIMER1,I2C,UART1,UART2,DMA0,DMA1, + SWT,UIE,TIMER1,I2C,UART1,UART2,DMA0,DMA1, DMA2,DMA3,QSPI,UIE,UIE,UIE,UIE,UIE, PDIR1FULL,PDIR2FULL,EBUTXEMPTY,IIS2TXEMPTY, IIS1TXEMPTY,PDIR3FULL,PDIR3RESYN,UQ2CHANERR, -- cgit v1.2.3