Simple version of COM_MNG_TMTC_CODE for IITMSAT.

Dependencies:   mbed-rtos mbed FreescaleIAP SimpleDMA

Revision:
145:fb800fecf128
Parent:
136:8074893cd24e
--- a/COM_SND_TM.h	Thu Mar 10 15:26:50 2016 +0000
+++ b/COM_SND_TM.h	Sat Apr 02 11:54:50 2016 +0000
@@ -45,7 +45,7 @@
  
 #define print_tm(ptr) {\
     for( int i = 0; i < 134; i++ ){\
-        gPC.putc(ptr[i]);\
+       /* gPC.printf("%d\n",ptr[i]);*/\
     }\
 }
  
@@ -266,6 +266,8 @@
         DS_state = !DS_state;\
         if (DS_f){\
             DS_f = false;\
+            if(bypass_adf)\
+            print_tm(ptr);\
             exor(ptr);\
             convolution(ptr);\
             interleave(convoluted_frame,interleave_data[0]);\