I2C code testing

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by Siva ram

Revision:
59:29a37f943ba6
Parent:
57:bf998cb2a104
Child:
61:15a5dfe84945
--- a/COM_MNG_TMTC.h	Fri Jan 15 08:59:09 2016 +0000
+++ b/COM_MNG_TMTC.h	Fri Jan 15 10:01:45 2016 +0000
@@ -10,8 +10,6 @@
 //added RLY_TMTC function
 //added included related files
 
-#define print_in_snd_tm 1
-
 #include "pinconfig.h"
 #include "i2c.h"
 #include "Flash.h"
@@ -1230,8 +1228,8 @@
                                 }\
                                 obosc_tm_current = obosc_tm_current->next_TM;\
                             }\
-                            /*snd_tm.head_pointer(obosc_tm_head);*/\
-                            /*adf_not_SDcard();*/\
+                            snd_tm.head_pointer(obosc_tm_head);\
+                            adf_not_SDcard();\
                             /*DELETE THE TM AFTER USE*/\
                             obosc_tm_current = obosc_tm_head;\
                             int overCount = 0;\
@@ -1303,7 +1301,8 @@
                             }\
                             tm_ptr = tm_ptr->next_TM;\
                         }\
-                        /*snd_tm.head_pointer(tm_ptr_head);*/\
+                        snd_tm.head_pointer(tm_ptr_head);\
+                        adf_not_SDcard;\
                         /*DELETE THE TM AFTER USE*/\
                         tm_ptr = tm_ptr_head;\
                         int overflowCountExecute = 0;\