Latest FM Code with EEPROM

Dependencies:   FreescaleIAP SimpleDMA eeprom mbed-rtos mbed

Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by Team Fox

Revision:
334:71e9f4fdb387
Parent:
321:42bdefc37270
--- a/COM_MNG_TMTC.h	Sat Dec 10 12:32:27 2016 +0000
+++ b/COM_MNG_TMTC.h	Sat Dec 10 16:24:56 2016 +0000
@@ -14,8 +14,6 @@
 
 //DigitalIn tm_status_4m_slv(PIN39); //I2C interrupt to CDMS from BAE
 //DigitalIn tm_status_4m_pl(PIN61); //I2C interrupt to CDMS from PL
-#ifndef COM_MNG_TMTC_H    // To make sure you don't declare the function more than once by including the header multiple times.
-#define COM_MNG_TMTC_H
 
 #define RESET_CDMS NVIC_SystemReset()
 
@@ -1643,6 +1641,4 @@
         gFLAGS = gFLAGS & (~COM_MNG_TMTC_RUNNING_FLAG);\
         gFLAGS = gFLAGS & (~COM_SESSION_FLAG);\
     }\
-}
-
-#endif
\ No newline at end of file
+}
\ No newline at end of file