Slight modification to SDFileSystem so that if the first initialization doesn't do the trick it tries doing it again (which so far has fixed every issue for me)

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Thu Nov 29 10:56:21 2012 +0000
Parent:
1:7153ee70df01
Child:
3:722f622d057a
Commit message:
Update mbed debug header name

Changed in this revision

FATFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FATFileSystem.lib	Tue Nov 27 17:32:38 2012 +0000
+++ b/FATFileSystem.lib	Thu Nov 29 10:56:21 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/FATFileSystem/#46ce1e16c870
+http://mbed.org/users/mbed_official/code/FATFileSystem/#b6669c987c8e
--- 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