Fork of SD file system with changes to prevent stalling if card is missing during initialization. Also uses a FAT file system that exposes the FILINFO of the current file, so true file sizes can be obtained, among other things

Dependencies:   FATFileSystemWithFilinfo

Fork of SDFileSystem by Mbed

Revision:
2:c8f66dc765d4
Parent:
1:7153ee70df01
Child:
3:7b35d1709458
--- a/SDFileSystem.cpp	Tue Nov 27 17:32:38 2012 +0000
+++ b/SDFileSystem.cpp	Thu Nov 29 10:56:21 2012 +0000
@@ -113,7 +113,7 @@
  * +------+---------+---------+- -  - -+---------+-----------+----------+
  */
 #include "SDFileSystem.h"
-#include "debug.h"
+#include "mbed_debug.h"
 
 #define SD_COMMAND_TIMEOUT 5000