Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
315:f9a30c8cbe96
Parent:
301:701ac67649b7
--- a/OBSRS.h	Wed Dec 07 06:38:22 2016 +0000
+++ b/OBSRS.h	Thu Dec 08 10:12:15 2016 +0000
@@ -667,6 +667,7 @@
         no_of_frames = tcp->TC_string[3];
         for(int i=0 ;i<no_of_frames ; i++){
             list_of_FSC[i] = tcp->TC_string[4+i];
+            gPC.printf("\n\rlist_of_FSC[%d] = %d ",i,list_of_FSC[i]);
         }
     }