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: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: cdms_sd.h
- Revision:
- 315:f9a30c8cbe96
- Parent:
- 313:5d06a08baf0e
- Child:
- 324:c0a5228cc666
diff -r 9f1b654a0b54 -r f9a30c8cbe96 cdms_sd.h
--- a/cdms_sd.h Wed Dec 07 06:38:22 2016 +0000
+++ b/cdms_sd.h Thu Dec 08 10:12:15 2016 +0000
@@ -438,7 +438,7 @@
gPC.puts("\rv1 initialization successfull\r\n");
cdv = 512;
debug_if(SD_DBG, "\n\rInit: SEDCARD_V1\n\r");
-
+ FCTN_SD_MNGR();
return SDCARD_V1;
}
}
@@ -460,6 +460,7 @@
cmd58();
debug_if(SD_DBG, "\n\rInit: SDCARD_V2\n\r");
cdv = 1;
+ FCTN_SD_MNGR();
return SDCARD_V2;
}
}
