Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
79:68f0dd8d1f19
Parent:
78:a383971fe02f
Child:
126:e0d039096891
--- a/utility.h	Tue Apr 16 13:01:13 2013 +0000
+++ b/utility.h	Tue Apr 16 22:31:47 2013 +0000
@@ -1,12 +1,12 @@
 // utility.h
 
-//#include "mbed.h"
 #include "CAN.h"
 #include "common.h"
 #include "TOUCH_TFTx2.h"
 #include "beep.h"
 
 extern Timer timer;
+extern Ticker msgReq;
 extern volatile unsigned short secsNoMsg;
 extern volatile unsigned short secsNoTouch;
 extern volatile bool canIdle;