Dual CANbus monitor and instrumentation cluster

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed

Fork of CANary by Tick Tock

Revision:
91:33ab084a184f
Parent:
90:312eecd3b37a
Child:
92:935adef49ea4
--- a/main.cpp	Sat Apr 20 19:37:40 2013 +0000
+++ b/main.cpp	Mon Apr 22 02:22:04 2013 +0000
@@ -145,7 +145,7 @@
     timer.start() ;
     RTC_Init(); // start the RTC Interrupts that sync the timer
     struct tm t; // pointer to a static tm structure
-    NVIC_SetPriority(TIMER3_IRQn, 1); //set ticker priority
+    NVIC_SetPriority(TIMER3_IRQn, 3); //set ticker priority
     NVIC_SetPriority(CAN_IRQn, 2); //higher than can (so RTC sync works)
 
     seconds = time(NULL);