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.
Dependents: BMS_BMUCore_Max_DummyData BMS_BMUCore_Max
Fork of LTC6804 by
Revision 9:1c94bbb97eaa, committed 2017-09-16
- Comitter:
- DasSidG
- Date:
- Sat Sep 16 01:04:41 2017 +0000
- Parent:
- 8:e3a5393dfbac
- Commit message:
- Removed some couts which were generating warnings as they were placed after a break
Changed in this revision
SPI_Parser.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r e3a5393dfbac -r 1c94bbb97eaa SPI_Parser.cpp --- a/SPI_Parser.cpp Sat Aug 26 09:30:43 2017 +0000 +++ b/SPI_Parser.cpp Sat Sep 16 01:04:41 2017 +0000 @@ -253,9 +253,6 @@ for (uint8_t i = 0; i < tx_len; i++) { //printf("index is %d: %d \r\n",i,tx_Data[i]); break; - cout << "Transmit Data " ; - cout << (int)tx_Data[i] << " , " ; - cout << endl; } }