my version

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Revision:
4:2cdd7de249c3
Parent:
3:7b35d1709458
diff -r 7b35d1709458 -r 2cdd7de249c3 SDFileSystem.cpp
--- a/SDFileSystem.cpp	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.cpp	Tue Apr 14 15:42:10 2015 +0000
@@ -234,11 +234,13 @@
 }
 
 int SDFileSystem::disk_status() { return 0; }
+
 int SDFileSystem::disk_sync() { return 0; }
 uint64_t SDFileSystem::disk_sectors() { return _sectors; }
 
 
 // PRIVATE FUNCTIONS
+
 int SDFileSystem::_cmd(int cmd, int arg) {
     _cs = 0;