a
Fork of SDFileSystem by
Revision 4:ae027b79c156, committed 2015-08-15
- Comitter:
- bangbh
- Date:
- Sat Aug 15 21:12:33 2015 +0000
- Parent:
- 3:7b35d1709458
- Commit message:
- a
Changed in this revision
SDFileSystem.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7b35d1709458 -r ae027b79c156 SDFileSystem.cpp --- 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;