for frequency correction testing

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
315:f9a30c8cbe96
Parent:
302:701ac67649b7
--- a/OBSRS.h	Wed Dec 07 06:38:22 2016 +0000
+++ b/OBSRS.h	Thu Dec 08 10:12:15 2016 +0000
@@ -667,6 +667,7 @@
         no_of_frames = tcp->TC_string[3];
         for(int i=0 ;i<no_of_frames ; i++){
             list_of_FSC[i] = tcp->TC_string[4+i];
+            gPC.printf("\n\rlist_of_FSC[%d] = %d ",i,list_of_FSC[i]);
         }
     }