Uses a more recent version of official mbed libraries than that of Neil Thiessen

Dependencies:   FATFileSystem

Dependents:   ThermalWake STM32F407VET6_SDCard STM32F407VET6_SD_HTTP_Server ZZ_SSL_Main_L476 ... more

Fork of SDFileSystem by Neil Thiessen

Revision:
3:7cf3d1835ef5
Parent:
1:25f4ba436b81
Child:
4:49b29888eca7
--- a/SDFileSystem.h	Wed Jul 30 17:40:10 2014 +0000
+++ b/SDFileSystem.h	Wed Jul 30 17:45:02 2014 +0000
@@ -87,12 +87,12 @@
      * @param miso The SPI data in pin.
      * @param sclk The SPI clock pin.
      * @param cs The SPI chip select pin.
+     * @param name The name used to access the virtual filesystem.
      * @param cd The card detect pin.
-     * @param name The name used to access the virtual filesystem.
      * @param cdtype The type of card detect switch (defaults to SWITCH_NO).
      * @param hz The SPI bus frequency (defaults to 1MHz).
      */
-    SDFileSystem(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName cd, const char* name, SwitchType cdtype = SWITCH_NO, int hz = 1000000);
+    SDFileSystem(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name, PinName cd, SwitchType cdtype = SWITCH_NO, int hz = 1000000);
 
     /** Get the detected SD/MMC card type
      *