Merge pull request #702 from jepler/issue689bis

correct typo in filename
This commit is contained in:
Dan Halbert 2018-03-25 23:58:00 -04:00 committed by GitHub
commit 8b6aeb9e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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