sd 32 update

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
12:ffdb29353058
Parent:
5:ab276a17ca07
--- a/COM_POWER_OFF_TX.h	Thu Dec 31 10:27:56 2015 +0000
+++ b/COM_POWER_OFF_TX.h	Thu Dec 31 11:49:42 2015 +0000
@@ -1,5 +1,5 @@
 #define COM_POWER_OFF_TX {\
-    gPC.puts("Inside COM_POWER_OFF_TX\r\n");\
+    /*gPC.puts("Inside COM_POWER_OFF_TX\r\n");*/\
     /*PENDING: POWER OFF TRANSMITTER*/\
     RX1M.attach(&rx_read, Serial::RxIrq);\
     gFLAGS = gFLAGS & (~COM_MNG_TMTC_RUNNING_FLAG);\
@@ -11,5 +11,5 @@
     gFLAGS = gFLAGS & (~COM_PA_HOT_FLAG);\
     gCOM_PA_COOLING_TIMEOUT.detach();\
     gFLAGS = gFLAGS & (~COM_TX_FLAG);\
-    gPC.puts("ompleted com_power_off tx\r\n");\
+    /*gPC.puts("ompleted com_power_off tx\r\n");*/\
 }
\ No newline at end of file