publishing to check changes in cdms code

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE_samp_23SEP_DMA_flag by samp Srinivasan

Revision:
310:30f20cc5c94b
Parent:
306:7c3872365d58
--- a/cdms_sd.h	Tue Nov 22 08:08:46 2016 +0000
+++ b/cdms_sd.h	Thu Nov 24 05:45:20 2016 +0000
@@ -663,7 +663,7 @@
     int r = write(buffer, 512);
     if(r == 0 ){
         temp = FCTN_CDMS_RD_RTC();
-        TIME_LATEST_SD_RD = temp >> 7;
+        TIME_LATEST_SD_WR = temp >> 7;
     }
     return  r;
 }