SDFileSystem

Fork of SDFileSystem by mbed official

Revision:
3:98249ffacb08
Parent:
2:c8f66dc765d4
--- 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;
     }