correct typo in filename
This commit is contained in:
parent
fa88446679
commit
d80e54458d
@ -76,7 +76,7 @@ void filesystem_init(bool create_allowed) {
|
||||
f_mkdir(&vfs_fat->fatfs, "/.fseventsd");
|
||||
make_empty_file(&vfs_fat->fatfs, "/.metadata_never_index");
|
||||
make_empty_file(&vfs_fat->fatfs, "/.Trashes");
|
||||
make_empty_file(&vfs_fat->fatfs, "/.feventsd/no_log");
|
||||
make_empty_file(&vfs_fat->fatfs, "/.fseventsd/no_log");
|
||||
|
||||
// and ensure everything is flushed
|
||||
flash_flush();
|
||||
|
Loading…
Reference in New Issue
Block a user