test fork

Dependencies:   SPI_TFTx2 SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary_9341 by Tick Tock

Branch:
Metric
Revision:
124:0d622967b764
Parent:
123:a8c0042df617
Child:
126:e0d039096891
--- a/utility.h	Fri Jul 19 12:48:10 2013 +0000
+++ b/utility.h	Sat Jul 20 03:37:28 2013 +0000
@@ -27,7 +27,7 @@
 extern char indexLastMsg[0x800];
 extern unsigned char dMode[2];
 extern unsigned char msgChanged[100];
-extern unsigned char queryData[DataBufMax]; // BatDataBufMax
+extern unsigned char battData[BatDataBufMax]; // BatDataBufMax
 extern CANMessage lastMsg[100];
 extern CAN can1,can2;
 extern unsigned int fwCount;
@@ -66,7 +66,6 @@
 extern bool debugMode;
 extern bool shunt[96];
 extern float accV;
-extern bool reqRest;
 
 extern "C" {
     void mbed_reset();