Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: cdms_sd.h
- Revision:
- 313:5d06a08baf0e
- Parent:
- 308:7c3872365d58
- Child:
- 315:f9a30c8cbe96
--- a/cdms_sd.h Tue Nov 22 08:08:46 2016 +0000
+++ b/cdms_sd.h Tue Dec 06 09:35:26 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; //corrected by samp:TIME_LATEST_SD_WRD = temp >> 7;
}
return r;
}
