pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
12:ffdb29353058
Parent:
5:ab276a17ca07
diff -r 414fde3ef107 -r ffdb29353058 COM_RCV_TC.h
--- 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