We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b7338 commit 1faeb39Copy full SHA for 1faeb39
storage/filesystem/littlefsv2/include/littlefsv2/LittleFileSystem2.h
@@ -290,7 +290,7 @@ class LittleFileSystem2 : public mbed::FileSystem {
290
291
private:
292
lfs2_t _lfs{}; // The actual file system
293
- struct lfs2_config _config{};
+ struct lfs2_config _config {};
294
mbed::BlockDevice *_bd = nullptr; // The block device
295
296
// thread-safe locking
0 commit comments