a

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Revision:
4:ae027b79c156
Parent:
3:7b35d1709458
--- a/SDFileSystem.cpp	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.cpp	Sat Aug 15 21:12:33 2015 +0000
@@ -237,7 +237,6 @@
 int SDFileSystem::disk_sync() { return 0; }
 uint64_t SDFileSystem::disk_sectors() { return _sectors; }
 
-
 // PRIVATE FUNCTIONS
 int SDFileSystem::_cmd(int cmd, int arg) {
     _cs = 0;