req

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Revision:
9:1c94bbb97eaa
Parent:
6:47ffbe9ee110
--- 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;
     }
 
 }