Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
333:cddef120cae3
Parent:
329:a43494bb338f
Child:
338:d63eb331a67d
--- a/ThreadsAndFunctions.h	Wed Dec 28 04:25:18 2016 +0000
+++ b/ThreadsAndFunctions.h	Fri Dec 30 13:31:44 2016 +0000
@@ -181,7 +181,7 @@
             }
         }
         else if( gFLAGS & NEW_TC_RECEIVED ){
-            gPC.puts("NEW TC RECEIVED\r\n");
+            gPC.puts("\n\n\rNEW TC RECEIVED\r\n");
             /*Thread::wait(2000);*/
             gFLAGS = gFLAGS & (~NEW_TC_RECEIVED);
             gFLAGS = gFLAGS | COM_MNG_TMTC_RUNNING_FLAG;