CUER / LTC6804

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Files at this revision

API Documentation at this revision

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;
     }
 
 }