Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: main.cpp
- Revision:
- 144:4c20fcc105ce
- Parent:
- 134:4694fc291ce1
- Child:
- 187:2c7263530c57
- Child:
- 212:3d13a06bcd3a
diff -r 489a93a04d6b -r 4c20fcc105ce main.cpp --- a/main.cpp Thu Mar 24 04:04:33 2016 +0000 +++ b/main.cpp Fri Apr 01 19:57:02 2016 +0000 @@ -12,6 +12,7 @@ #include "Structures.h" #include "pinconfig.h" #include "DefinitionsAndGlobals.h" +void rx_read(); #include "crc.h" #include "i2c.h" #include "COM_SND_TM_functions.h" @@ -23,8 +24,8 @@ #include "adf.h" #include "COM_RCV_TC.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 "Compression.h" #include "ThreadsAndFunctions.h"