Skip to content

Commit

Permalink
Added missing identifiers in esp_vfs_littlefs_conf_t (espressif#9046)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernstone authored Dec 28, 2023
1 parent f6e12eb commit 4d469c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/LittleFS/src/LittleFS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ bool LittleFSFS::begin(bool formatOnFail, const char * basePath, uint8_t maxOpen
esp_vfs_littlefs_conf_t conf = {
.base_path = basePath,
.partition_label = partitionLabel_,
.partition = NULL,
.format_if_mount_failed = false,
.read_only = false,
.dont_mount = false,
.grow_on_mount = true
};
Expand Down

0 comments on commit 4d469c8

Please sign in to comment.