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:
10:395539a1481a
Parent:
9:1906befe7f30
Child:
11:67ddc53e3983
--- a/SDFileSystem.h	Mon Aug 11 15:28:11 2014 +0000
+++ b/SDFileSystem.h	Tue Aug 12 14:58:07 2014 +0000
@@ -171,7 +171,7 @@
     char writeCommand(char cmd, unsigned int arg);
     unsigned int readReturn();
     bool readData(char* buffer, int length);
-    bool writeData(char* buffer);
+    bool writeData(const char* buffer);
 };
 
 #endif