for frequency correction testing
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: main.cpp
- Revision:
- 3:6c81fc8834e2
- Parent:
- 2:2caf2a9a13aa
- Child:
- 4:104dd82c99b8
--- a/main.cpp Tue Dec 22 06:09:48 2015 +0000 +++ b/main.cpp Wed Dec 23 05:37:55 2015 +0000 @@ -53,6 +53,10 @@ gCOM_MNG_TMTC_THREAD->set_priority(osPriorityAboveNormal); // *******************INITIALISATIONS END******************** + // SCIENCE THREAD + gSCIENCE_THREAD = new Thread(SCIENCE_FUN); + gSCIENCE_THREAD->set_priority(osPriorityBelowNormal); + //adf test gPC.puts("Testing ADF\r\n"); Base_tm *testTM = new Short_tm;