Simple version of COM_MNG_TMTC_CODE for IITMSAT.

Dependencies:   mbed-rtos mbed FreescaleIAP SimpleDMA

Revision:
130:d5b53088270b
Parent:
126:b7c024b5632d
Child:
131:8745e6041ebc
Child:
147:7fd1ca3a35a1
--- a/DefinitionsAndGlobals.h	Fri Feb 26 13:29:33 2016 +0000
+++ b/DefinitionsAndGlobals.h	Sat Feb 27 07:12:04 2016 +0000
@@ -26,7 +26,7 @@
     #define ADF_IRQ PTA14
     
 //I2C - Payload to CDMS (need to change while using CDMS hardware)
-I2C master (D7,D6);
+I2C master(D7,D6);
 InterruptIn PYLD_I2C_Int(PTA13);
 
 // TC LIST
@@ -179,6 +179,4 @@
 CDMS_HK_min_max min_max_data;
 bool firstCount=true;
 
-//I2C thread
-Thread* ptr_t_pyldtm = NULL;