sd 32 update

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
18:f87a5b919d60
Parent:
15:1c1ca992b43b
--- a/COM_POWER_ON_TX.h	Thu Dec 31 13:14:59 2015 +0000
+++ b/COM_POWER_ON_TX.h	Fri Jan 01 06:40:02 2016 +0000
@@ -71,7 +71,7 @@
         }\
         get_tc_list(power_on_tm->next_TM, 0x00);\
         power_on_tm = power_on_tm_head;\
-        while(power_on_tm != NULL){\
+        /*while(power_on_tm != NULL){\
             int length = TM_SHORT_SIZE;\
             if( GETshort_or_long_tm(power_on_tm->fields) == SHORT_TM_CODE ){\
                 length = TM_SHORT_SIZE;\
@@ -83,7 +83,9 @@
                 gPC.putc(power_on_tm->TM_string[i]);\
             }\
             power_on_tm = power_on_tm->next_TM;\
-        }\
+        }*/\
+        snd_tm.head_pointer(power_on_tm_head);\
+        adf_not_SDcard();\
         /*PENDING: TRANSMIT ABOVE TM*/\
         /*deleting the telemetry*/\
         power_on_tm = power_on_tm_head;\