Simple version of COM_MNG_TMTC_CODE for IITMSAT.

Dependencies:   mbed-rtos mbed FreescaleIAP SimpleDMA

Revision:
181:dda412d0cd87
Parent:
170:286ef9dad36a
Child:
183:e7332d6bba93
diff -r 5b42117b2ef1 -r dda412d0cd87 main.cpp
--- a/main.cpp	Fri Apr 22 17:55:19 2016 +0000
+++ b/main.cpp	Sat Apr 23 05:02:25 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