pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
100:484a687431cc
Parent:
99:efde3df6cd94
Child:
109:78f2912e3473
Child:
114:9fb55057b13f
--- a/Compression.h	Tue Jan 26 12:18:53 2016 +0000
+++ b/Compression.h	Tue Jan 26 12:37:17 2016 +0000
@@ -304,14 +304,14 @@
                 temp_crc = crc16_gen(frames[id],132);
                 frames[id][132] = temp_crc>>8;
                 frames[id][133] = temp_crc & 0xff;
-                /*if(test_cntr++ == 0){
+                if(test_cntr++ == 0){
                     gPC.puts("frame start\r\n");
                     for(int i = 0; i<134; i++){
                         gPC.printf("%02X",frames[id][i]);
                     }    
                     gPC.puts("frame ends\r\n");
-                }*/
-                exor(frames[id]);
+                }
+                /*exor(frames[id]);*/
                 convolution(frames[id]);
                 interleave(TM_convoluted_data,TM_interleave_data);
                 interleave(TM_convoluted_data+ 135,TM_interleave_data + 144);