Skip to content

Commit 415063b

Browse files
authored
missing ,
1 parent 7b7b0ce commit 415063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LittleFS/src/LittleFS.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ bool LittleFSFS::begin(bool formatOnFail, const char * basePath, uint8_t maxOpen
8282
.base_path = basePath,
8383
.partition_label = partitionLabel_,
8484
.format_if_mount_failed = false,
85-
.dont_mount = false
85+
.dont_mount = false,
8686
.grow_on_mount = true
8787
};
8888

0 commit comments

Comments
 (0)