working version

Dependencies:   mbed mbed-rtos SimpleDMA FreescaleIAP eeprom

Fork of CDMS_CODE_FM_28JAN2017 by samp Srinivasan

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;