CDMS code for testing sbc
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: main.cpp
- Revision:
- 95:42d6747900cb
- Parent:
- 94:611c066467a1
- Child:
- 96:4ca92f9775e0
--- a/main.cpp Sun Jan 24 13:30:11 2016 +0000 +++ b/main.cpp Mon Jan 25 06:22:29 2016 +0000 @@ -18,7 +18,7 @@ #include "COM_MNG_TMTC.h" #include "COM_POWER_ON_TX.h" #include "COM_POWER_OFF_TX.h" -#include "Compression.h" +//#include "Compression.h" #include "ThreadsAndFunctions.h" int main() @@ -62,9 +62,9 @@ gCOM_MNG_TMTC_THREAD = new Thread(COM_MNG_TMTC_FUN); gCOM_MNG_TMTC_THREAD->set_priority(osPriorityAboveNormal); gPC.puts("allocating threads\r\n"); - 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); gPC.puts("competed allocating threads\r\n"); // *******************INITIALISATIONS END********************