mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Diff: platform/FileSystemHandle.cpp
- Revision:
- 184:08ed48f1de7f
- Parent:
- 167:e84263d55307
--- a/platform/FileSystemHandle.cpp Tue Mar 20 17:01:51 2018 +0000 +++ b/platform/FileSystemHandle.cpp Thu Apr 19 17:12:19 2018 +0100 @@ -42,3 +42,8 @@ { return -ENOSYS; } + +int FileSystemHandle::statvfs(const char *path, struct statvfs *buf) +{ + return -ENOSYS; +}