pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
102:80c911a6e736
Parent:
100:484a687431cc
Child:
106:cd10ac5ad10e
Child:
113:b8991d9e3b6c
--- a/OBSRS.h	Tue Jan 26 13:15:01 2016 +0000
+++ b/OBSRS.h	Fri Jan 29 17:09:41 2016 +0000
@@ -88,11 +88,6 @@
     Base_tm *ackl234new = new Short_tm;\
     ackl234new->next_TM = NULL;\
     /*return telemetry pointer here*/\
-    uint8_t temp8;\
-    temp8 = SHORT_TM_CODE;\
-    PUTshort_or_long_tm(ackl234new->fields, temp8);\
-    temp8 = TMID_ACK_L234;\
-    PUTtmid((ackl234new->fields), temp8);\
     ackl234new->TM_string[0] = TMID_ACK_L234 << 4;\
     ackl234new->TM_string[1] = 0x12;\
     ackl234new->TM_string[2] = ack_code;         /* Ack code ....to be chnaged accordind to situation */\