canasat
Fork of SDFileSystem by
Diff: SDFileSystem.cpp
- Revision:
- 3:8248299ce3a9
- Parent:
- 0:b1ddfc9a9b25
diff -r 11ddf666c892 -r 8248299ce3a9 SDFileSystem.cpp --- a/SDFileSystem.cpp Mon Aug 10 16:34:29 2015 +0000 +++ b/SDFileSystem.cpp Wed Sep 09 16:43:22 2015 +0000 @@ -236,7 +236,7 @@ int SDFileSystem::disk_status() { return 0; } int SDFileSystem::disk_sync() { return 0; } -int SDFileSystem::disk_sectors() { return _sectors; } +uint64_t SDFileSystem::disk_sectors() { return _sectors; } // PRIVATE FUNCTIONS