SDFileSystem

Fork of SDFileSystem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
Jgreub
Date:
Wed May 01 18:40:09 2013 +0000
Parent:
2:c8f66dc765d4
Commit message:
v1

Changed in this revision

SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c8f66dc765d4 -r 98249ffacb08 SDFileSystem.cpp
--- a/SDFileSystem.cpp	Thu Nov 29 10:56:21 2012 +0000
+++ b/SDFileSystem.cpp	Wed May 01 18:40:09 2013 +0000
@@ -206,7 +206,7 @@
     
     // Set block length to 512 (CMD16)
     if (_cmd(16, 512) != 0) {
-        debug("Set 512-byte block timed out\n");
+        debug("Set 512-byte block timed out\n\r");
         return 1;
     }