This is SDFileSystem which corrected the bug for MiMicSDK.

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Fork of SDFileSystem by mbed official

Revision:
7:5429e81addde
Parent:
5:2c7b6bd5b079
Child:
8:22ce3449b224
--- a/FATFileSystem/FATFileHandle.cpp	Fri Apr 26 09:07:37 2013 +0000
+++ b/FATFileSystem/FATFileHandle.cpp	Sun Apr 28 08:54:19 2013 +0000
@@ -21,10 +21,13 @@
  */
 #include "ff.h"
 #include "ffconf.h"
-#include "mbed_debug.h"
 
 #include "FATFileHandle.h"
 
+//#include "mbed_debug.h"
+#define debug
+#define debug_if
+
 FATFileHandle::FATFileHandle(FIL fh) {
     _fh = fh;
 }