working version

Dependencies:   mbed mbed-rtos SimpleDMA FreescaleIAP eeprom

Fork of CDMS_CODE_FM_28JAN2017 by samp Srinivasan

Revision:
308:7c3872365d58
Parent:
305:beb148fe97dc
Child:
309:6ed5535ac465
--- a/Compression.h	Sat Sep 10 07:06:59 2016 +0000
+++ b/Compression.h	Sun Oct 09 07:08:34 2016 +0000
@@ -1270,6 +1270,6 @@
         position_tm_frame[id] = position_tm_starting[id];
     }
     #endif   
-    gPC.printf("fsc = %d, %d,%d\n\r", FSC_CURRENT[1],FSC_CURRENT[2],FSC_CURRENT[3]);
-    gPC.printf("\n\rEndSRP"); 
+    gPC.printf("fsc = %u, %u,%u\n\r", FSC_CURRENT[1],FSC_CURRENT[2],FSC_CURRENT[3]);
+    //gPC.printf("\n\rEndSRP"); 
 }
\ No newline at end of file