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: main.cpp
- Revision:
- 84:fd21e5d32dab
- Parent:
- 83:52b1f330a62d
- Child:
- 85:5c27e88b3fbe
--- a/main.cpp Wed Apr 17 11:48:10 2013 +0000 +++ b/main.cpp Wed Apr 17 12:05:08 2013 +0000 @@ -60,7 +60,7 @@ FILE *cfile; FILE *file; char fileName[35] = "" ; -char writeBuffer[maxBufLen][13];// __attribute__ ((section("AHBSRAM1"))); // buffer for USB write +char writeBuffer[maxBufLen][13] __attribute__ ((section("AHBSRAM1"))); // buffer for USB write char indexLastMsg[0x800]={0}; // index table for last message CANMessage lastMsg[100]; // table to store last message of eachtype unsigned char battData[256]={0};