pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
57:bf998cb2a104
Parent:
55:39e59903bc3a
Child:
59:29a37f943ba6
Child:
60:768056b558b2
--- a/COM_MNG_TMTC.h	Thu Jan 14 15:00:25 2016 +0000
+++ b/COM_MNG_TMTC.h	Fri Jan 15 08:59:09 2016 +0000
@@ -10,6 +10,8 @@
 //added RLY_TMTC function
 //added included related files
 
+#define print_in_snd_tm 1
+
 #include "pinconfig.h"
 #include "i2c.h"
 #include "Flash.h"
@@ -1297,7 +1299,7 @@
                             }\
                             /*gPC.puts("Printing Call Sign, ACK_L1, TM list");*/\
                             for(int i = 0 ; i < length ; ++i){\
-                                gPC.putc(tm_ptr->TM_string[i]);\
+                                /*gPC.putc(tm_ptr->TM_string[i]);*/\
                             }\
                             tm_ptr = tm_ptr->next_TM;\
                         }\
@@ -1430,7 +1432,7 @@
                                 }\
                                 /*gPC.puts("Printing Call Sign, ACK_L1, TM list");*/\
                                 for(int i = 0 ; i < length ; ++i){\
-                                    gPC.putc(tm_ptr->TM_string[i]);\
+                                    /*gPC.putc(tm_ptr->TM_string[i]);*/\
                                 }\
                                 tm_ptr = tm_ptr->next_TM;\
                             }\
@@ -1536,7 +1538,7 @@
                                 }\
                                 /*gPC.puts("Printing Call Sign, ACK_L1, TM list");*/\
                                 for(int i = 0 ; i < length ; ++i){\
-                                    gPC.putc(tm_ptr->TM_string[i]);\
+                                    /*gPC.putc(tm_ptr->TM_string[i]);*/\
                                 }\
                                 tm_ptr = tm_ptr->next_TM;\
                             }\