Cell voltages fork (SoC)

Dependencies:   CUER_CAN CUER_DS1820 LTC2943 LTC6804 mbed PowerControl

Revision:
57:a84af3673c9b
Parent:
54:f18d3af300ba
Child:
58:40d318825b0d
--- a/IVTA.cpp	Sat Aug 19 19:02:01 2017 +0000
+++ b/IVTA.cpp	Sat Aug 19 20:45:27 2017 +0000
@@ -91,10 +91,10 @@
     received_crc_bytes[1] = packet[8];
     
     uint16_t calculated_crc = calculate_IVTA_crc(packet);
-    printf("calculated current crc is %x \r\n", calculated_crc);
+    //printf("calculated current crc is %x \r\n", calculated_crc);
     uint16_t received_crc = (uint16_t) received_crc_bytes[0];
     received_crc |= (uint16_t) received_crc_bytes[1] <<8;
-    printf("received current crc is %x \r\n", received_crc);
+    //printf("received current crc is %x \r\n", received_crc);