Simple version of COM_MNG_TMTC_CODE for IITMSAT.

Dependencies:   mbed-rtos mbed FreescaleIAP SimpleDMA

Revision:
183:e7332d6bba93
Parent:
181:dda412d0cd87
--- a/main.cpp	Sat Apr 23 05:26:18 2016 +0000
+++ b/main.cpp	Sat Apr 23 07:58:00 2016 +0000
@@ -77,9 +77,9 @@
     #if DEBUG
     gPC.puts("allocating threads\r\n");
     #endif
-    //gSCIENCE_THREAD = new Thread(SCIENCE_FUN);
+    gSCIENCE_THREAD = new Thread(SCIENCE_FUN);
    // gPC.puts("step one complete\r\n");
-    //gSCIENCE_THREAD->set_priority(osPriorityAboveNormal);
+    gSCIENCE_THREAD->set_priority(osPriorityAboveNormal);
     #if DEBUG
     gPC.puts("competed allocating threads\r\n");
     #endif