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 eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: Compression.h
- Revision:
- 199:9f03d6ca94c9
- Parent:
- 196:c51bf4993f75
- Child:
- 203:424308159a56
--- a/Compression.h Thu Jun 30 13:01:42 2016 +0000
+++ b/Compression.h Thu Jun 30 21:38:54 2016 +0000
@@ -324,11 +324,11 @@
frames[id][132] = temp_crc>>8;
frames[id][133] = temp_crc & 0xff;
//if(test_cntr++ == 0){
- gPC.puts("frame start\r\n");
+ /*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");
+ gPC.puts("frame ends\r\n");*/
//}
@@ -613,11 +613,11 @@
temp_crc = crc16_gen(frames[id],132);
frames[id][132] = temp_crc>>8;
frames[id][133] = temp_crc & 0xff;
- gPC.puts("frame start\r\n");
- for(int i = 0; i<134; i++){
+ /*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");
+ gPC.puts("frame ends\r\n");*/
exor(frames[id]);
convolution(frames[id]);
interleave(TM_convoluted_data,TM_interleave_data);
