CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
197:1369ef45b49e
Parent:
191:f76b475d7807
Child:
198:17200a427e71
--- a/COM_MNG_TMTC.h	Thu Jun 30 10:19:00 2016 +0000
+++ b/COM_MNG_TMTC.h	Thu Jun 30 10:51:38 2016 +0000
@@ -781,7 +781,7 @@
         case 3:
         {
             #if DEBUG
-            printf("Telecommand is for PL\r\n");
+            gPC.printf("Telecommand is for PL\r\n");
             #endif
             received = 0;
 
@@ -816,7 +816,7 @@
             }
             if(received < 1 )
             {
-                printf("Telemetry is not received from BAE\r\n");
+                gPC.printf("Telemetry is not received from BAE\r\n");
                 tm_pointer = new Short_tm;
                 tm_pointer->TM_string[0] = 0xB0;
                 tm_pointer->TM_string[1] = GETpacket_seq_count(tc_ptr);