cdms_i2c_hardware_test
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of standaloneworkingi2c_cdms by
Diff: main.cpp
- Revision:
- 67:4819b5f28285
- Parent:
- 52:0bd68655c651
- Child:
- 68:56849cc619ca
--- a/main.cpp Thu Jan 14 15:33:57 2016 +0000 +++ b/main.cpp Sun Jan 17 12:51:08 2016 +0000 @@ -11,14 +11,15 @@ #include "COM_SND_TM.h" #include "SDCread.h" #include "adf.h" -#include "Compression.h" #include "SDC_init.h" #include "COM_RCV_TC.h" #include "COM_MNG_TMTC.h" #include "COM_POWER_ON_TX.h" #include "COM_POWER_OFF_TX.h" +#include "compression_l.h" #include "ThreadsAndFunctions.h" + int main() { // ******************INITIALISATIONS START****************** @@ -53,6 +54,7 @@ // COM_MNG_TMTC THREAD gCOM_MNG_TMTC_THREAD = new Thread(COM_MNG_TMTC_FUN); + gSCIENCE_THREAD = new Thread(SCIENCE_FUN); gCOM_MNG_TMTC_THREAD->set_priority(osPriorityAboveNormal); // *******************INITIALISATIONS END********************