Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: main.cpp
- Revision:
- 213:867de6d350fa
- Parent:
- 210:f4acf895b598
- Child:
- 215:570251b23c7b
diff -r f4acf895b598 -r 867de6d350fa main.cpp --- a/main.cpp Sat Jul 02 15:28:21 2016 +0000 +++ b/main.cpp Sun Jul 03 09:26:42 2016 +0000 @@ -10,7 +10,7 @@ #include "dmaSPIslave.h" #include "rtos.h" #include "mbed_debug.h" - +void rx_read(); #include "Structures.h" #include "pinconfig.h" #include "DefinitionsAndGlobals.h" @@ -23,15 +23,15 @@ #include "common_functions.h" #include "RESET_functions.h" #include "CDMS_HK.h" -#include "OBSRS.h" #include "adf.h" #include "COM_RCV_TC.h" //#include "Flash.h" #include "FMS_all.h" #include "CDMS_PL.h" #include "COM_MNG_TMTC.h" +#include "COM_POWER_OFF_TX.h" #include "COM_POWER_ON_TX.h" -#include "COM_POWER_OFF_TX.h" +#include "OBSRS.h" #include "Compression.h" #include "ThreadsAndFunctions.h" #include "TEST_PL.h"