Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_CODE_FM_28JAN2017 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********************