for frequency correction testing

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
315:f9a30c8cbe96
Parent:
313:5d06a08baf0e
--- a/Compression.h	Wed Dec 07 06:38:22 2016 +0000
+++ b/Compression.h	Thu Dec 08 10:12:15 2016 +0000
@@ -500,7 +500,7 @@
                 
                 #if srpz
                 gPC.printf("\n\rPrinting SFP_TM\n\r{");                
-                //gPC.printf("\n\r{");
+                gPC.printf("\n\r{");
                 for(uint8_t z=0;z<134;z++){
                     gPC.printf("%02X",frames[id][z]);
                 }
@@ -1274,10 +1274,8 @@
         position_tm_frame[id] = position_tm_starting[id];
     }
     #endif   
-    gPC.printf("fsc = %u, %u,%u\n\r", FSC_CURRENT[1],FSC_CURRENT[2],FSC_CURRENT[3]);
+    gPC.printf("\rFSC_CURRENT[1] = %u\n\rFSC_CURRENT[2] = %\n\rFSC_CURRENT[3] = %u\n\r", FSC_CURRENT[1],FSC_CURRENT[2],FSC_CURRENT[3]);
     //gPC.printf("\n\rEndSRP"); 
  //   SCI_LED1 = !SCI_LED1;
      SCI_LED1 = 0;
-
-
 }
\ No newline at end of file