Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
197:1369ef45b49e
Parent:
1:a0055b3280c8
--- a/COM_SND_TM_functions.h	Thu Jun 30 10:19:00 2016 +0000
+++ b/COM_SND_TM_functions.h	Thu Jun 30 10:51:38 2016 +0000
@@ -81,7 +81,7 @@
         unsigned int outByte = 0;
         
         for(unsigned int j = 0 ; j < 536 ; ++j){
-//          printf("j = %u, inByte = %u\n", j, inByte);
+//          gPC.printf("j = %u, inByte = %u\n", j, inByte);
             // read a new bit from input stream
 //          cout << "inByte " <<inByte;
             unsigned char tempBit = (input[inByte] >> inBit) & 1;
@@ -124,7 +124,7 @@
             }
             
             if(inBit == -1){
-//              printf("in byte = %u\n", inByte);
+//              gPC.printf("in byte = %u\n", inByte);
                 ++inByte;
                 inBit = 7;
             }