Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem MSCFileSystem SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed
Fork of CANary_corrupt by
Diff: utility.h
- Revision:
- 75:77bd26829dca
- Parent:
- 69:6bfdfc002036
- Child:
- 76:fb6779d0963e
--- a/utility.h Mon Apr 15 11:40:25 2013 +0000 +++ b/utility.h Mon Apr 15 14:33:53 2013 +0000 @@ -6,8 +6,8 @@ #include "TOUCH_TFTx2.h" extern Timer timer; -extern volatile int secsNoMsg; -extern volatile int secsNoTouch; +extern volatile unsigned short secsNoMsg; +extern volatile unsigned short secsNoTouch; extern volatile bool canIdle; extern volatile bool userIdle; extern char displayLog[20][40]; @@ -19,6 +19,7 @@ extern bool showCP; extern char writeBuffer[maxBufLen][13]; extern volatile int writePointer; +extern unsigned short readPointer; extern DigitalOut led1,led2,led3,led4; extern char indexLastMsg[0x800]; extern unsigned char dMode[2];