pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
28:cd3212fe5643
Parent:
19:27e5f2edaf26
Child:
34:f0b518523381
--- a/COM_POWER_ON_TX.h	Sun Jan 03 10:14:42 2016 +0000
+++ b/COM_POWER_ON_TX.h	Sun Jan 03 12:01:42 2016 +0000
@@ -71,6 +71,7 @@
         }\
         get_tc_list(power_on_tm->next_TM, 0x00);\
         power_on_tm = power_on_tm_head;\
+        gPC.printf("\n");\
         while(power_on_tm != NULL){\
             int length = TM_SHORT_SIZE;\
             if( GETshort_or_long_tm(power_on_tm->fields) == SHORT_TM_CODE ){\
@@ -80,10 +81,11 @@
                 length = TM_LONG_SIZE;\
             }\
             for(int i = 0 ; i < length ; ++i){\
-                gPC.putc(power_on_tm->TM_string[i]);\
+                gPC.printf("0x%X,",power_on_tm->TM_string[i]);\
             }\
             power_on_tm = power_on_tm->next_TM;\
         }\
+        gPC.printf("\n");\
         snd_tm.head_pointer(power_on_tm_head);\
         adf_not_SDcard;\
         /*PENDING: TRANSMIT ABOVE TM*/\