Skip to content

Commit 29d6fb4

Browse files
committed
Compile error in MBEDFileSystem
1 parent f8a86fb commit 29d6fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileSystems/APIMbed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class MBEDFileSystem : public mbed::FileSystemLike {
147147

148148
int mount(mbed::BlockDevice *bd = nullptr) {
149149
FS_TRACEI();
150-
FileSystemBase &fs = file_systems::DefaultRegistry.fileSystem(name);
150+
FileSystemBase &fs = file_systems::Registry::DefaultRegistry().fileSystem(name);
151151
if (!fs) {
152152
FS_LOGE("mount failed");
153153

0 commit comments

Comments
 (0)