Simple version of COM_MNG_TMTC_CODE for IITMSAT.
Dependencies: mbed-rtos mbed FreescaleIAP SimpleDMA
Revision 183:e7332d6bba93, committed 2016-04-23
- 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 |
diff -r d100225bf722 -r e7332d6bba93 main.cpp --- 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