Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: Compression.h
- Revision:
- 100:484a687431cc
- Parent:
- 99:efde3df6cd94
- Child:
- 109:78f2912e3473
- Child:
- 114:9fb55057b13f
diff -r efde3df6cd94 -r 484a687431cc Compression.h
--- 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);
    