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:
- 204:72f52e74e0e4
- Parent:
- 203:424308159a56
--- a/Compression.h Fri Jul 01 17:41:48 2016 +0000
+++ b/Compression.h Sat Jul 02 09:31:22 2016 +0000
@@ -292,7 +292,7 @@
space = adjust(1,0,pointer,8);
space = adjust(4,3,pointer,space);
FSC_science = FSC_CURRENT[3]+1;
- gPC.printf("SID = 3, FSC = %02X\r\n", FSC_CURRENT[3]+1);
+ gPC.printf("SID = 3, FSC = %02X\r\n", FSC_science);
frames[id][1] = (FSC_science>>24)&0xff;
frames[id][2] = (FSC_science>>16)&0xff;
frames[id][3] = (FSC_science>>8)&0xff;
