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:
- 87:46ac3f2519d6
- Parent:
- 83:52b1f330a62d
- Child:
- 88:45185a5f1c9b
--- a/utility.h Wed Apr 17 20:41:14 2013 +0000 +++ b/utility.h Fri Apr 19 02:06:59 2013 +0000 @@ -25,7 +25,10 @@ extern char indexLastMsg[0x800]; extern unsigned char dMode[2]; extern unsigned char msgChanged[100]; -extern unsigned char battData[256]; + +//extern unsigned char battData[256]; // +extern unsigned char battData[BatDataBufMax]; // BatDataBufMax + extern CANMessage lastMsg[100]; extern CAN can1,can2; extern DigitalOut can1SleepMode,can2SleepMode;