Simple version of COM_MNG_TMTC_CODE for IITMSAT.

Dependencies:   mbed-rtos mbed FreescaleIAP SimpleDMA

Revision:
164:be3b4b760d0c
Parent:
162:48fda0b8d573
Child:
170:286ef9dad36a
--- a/COM_MNG_TMTC.h	Thu Apr 14 04:34:58 2016 +0000
+++ b/COM_MNG_TMTC.h	Mon Apr 18 12:18:53 2016 +0000
@@ -177,6 +177,11 @@
         testTC = testTC->next_TC;\
         ++overflowCount;\
     }\
+    if(returnHere == 0xFF)\
+    {\
+        uint16_t temp = TC_STATE_SUCCESSFULLY_EXECUTED;\
+        PUTexec_status(testTC,temp);\
+    }\
 }
 
 /*