for frequency correction testing
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: main.cpp
- Revision:
- 207:28a07943dded
- Parent:
- 206:fba4aeebf004
- Child:
- 208:d14b1c783736
diff -r fba4aeebf004 -r 28a07943dded main.cpp --- a/main.cpp Thu Jun 30 14:00:33 2016 +0000 +++ b/main.cpp Sat Jul 02 10:48:30 2016 +0000 @@ -9,9 +9,10 @@ #include "rtos.h" #include "mbed_debug.h" +#include "pinconfig.h" #include "Structures.h" -#include "pinconfig.h" #include "DefinitionsAndGlobals.h" +#include "cdms_rtc.h" void rx_read(); #include "crc.h" #include "i2c.h" @@ -19,16 +20,20 @@ #include "COM_SND_TM.h" #include "cdms_sd.h" #include "common_functions.h" +#include "Reset_functions.h" #include "CDMS_HK.h" #include "OBSRS.h" #include "adf.h" #include "COM_RCV_TC.h" +#include "CDMS_PL.h" +#include "FMS_all.h" #include "COM_MNG_TMTC.h" #include "COM_POWER_OFF_TX.h" #include "COM_POWER_ON_TX.h" #include "Compression.h" #include "ThreadsAndFunctions.h" + //void set_sig(){gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL);} int main() { @@ -70,7 +75,7 @@ gSCIENCE_THREAD = new Thread(SCIENCE_FUN); // gPC.puts("step one complete\r\n"); gSCIENCE_THREAD->set_priority(osPriorityBelowNormal); - gHK_THREAD = new Thread(HK_); + //gHK_THREAD = new Thread(HK_); if (DEBUG) gPC.puts("competed allocating threads\r\n");