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: FreescaleIAP SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: COM_RCV_TC.h
- Revision:
- 12:ffdb29353058
- Parent:
- 5:ab276a17ca07
- Child:
- 212:3d13a06bcd3a
--- a/COM_RCV_TC.h Thu Dec 31 10:27:56 2015 +0000
+++ b/COM_RCV_TC.h Thu Dec 31 11:49:42 2015 +0000
@@ -48,12 +48,12 @@
++gTOTAL_VALID_TC;\
}\
else{\
- gPC.puts("repeated psc short\r\n");\
+ /*gPC.puts("repeated psc short\r\n");*/\
++gTOTAL_REPEATED_TC;\
}\
}\
else{\
- gPC.puts("crc fail tc short\r\n");\
+ /*gPC.puts("crc fail tc short\r\n");*/\
++gTOTAL_CRC_FAIL_TC;\
}\
}\
@@ -94,12 +94,12 @@
++gTOTAL_VALID_TC;\
}\
else{\
- gPC.puts("repeated psc long\r\n");\
+ /*gPC.puts("repeated psc long\r\n");*/\
++gTOTAL_REPEATED_TC;\
}\
}\
else{\
- gPC.puts("crc fail tc long\r\n");\
+ /*gPC.puts("crc fail tc long\r\n");*/\
++gTOTAL_CRC_FAIL_TC;\
}\
}\
@@ -108,7 +108,7 @@
unsigned char rx_tempString[TC_LONG_SIZE+1];
void raw_data_to_tc(void){
- gPC.puts("inside raw_data_to_tc\r\n");
+ /*gPC.puts("inside raw_data_to_tc\r\n")*/;
bool frame_started = false;
bool chain_started = false;
bool flush_called = false;
@@ -260,6 +260,6 @@
gRX_CURRENT_DATA_NODE = gRX_HEAD_DATA_NODE;
gRX_COUNT = 0;
- gPC.puts("Completed conversion of raw_data\r\n");
+ /*gPC.puts("Completed conversion of raw_data\r\n")*/;
// PENDING: SORT THE LINKED LIST ACCORDING TO PSC VALUE
}
\ No newline at end of file
