correct typo in filename

This commit is contained in:
Jeff Epler 2018-03-24 10:44:24 -05:00
parent fa88446679
commit d80e54458d
1 changed files with 1 additions and 1 deletions

View File

@ -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();