Skip to content

Commit ea051d3

Browse files
mbedos: adding autogenerated file from ./mbed-os-to-arduino
1 parent a4ffef9 commit ea051d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cores/arduino/mbed/storage/filesystem/littlefsv2/include/littlefsv2/LittleFileSystem2.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ class LittleFileSystem2 : public mbed::FileSystem {
289289
#endif //!(DOXYGEN_ONLY)
290290

291291
private:
292-
lfs2_t _lfs; // The actual file system
293-
struct lfs2_config _config;
294-
mbed::BlockDevice *_bd; // The block device
292+
lfs2_t _lfs{}; // The actual file system
293+
struct lfs2_config _config {};
294+
mbed::BlockDevice *_bd = nullptr; // The block device
295295

296296
// thread-safe locking
297297
PlatformMutex _mutex;

0 commit comments

Comments
 (0)