Simple version of COM_MNG_TMTC_CODE for IITMSAT.

Dependencies:   mbed-rtos mbed FreescaleIAP SimpleDMA

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Sat Apr 23 07:58:00 2016 +0000
Parent:
182:d100225bf722
Commit message:
testing 23 Apr checking i2c

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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