We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df73188 + d80e544 commit 8b6aeb9Copy full SHA for 8b6aeb9
ports/atmel-samd/supervisor/filesystem.c
@@ -76,7 +76,7 @@ void filesystem_init(bool create_allowed) {
76
f_mkdir(&vfs_fat->fatfs, "/.fseventsd");
77
make_empty_file(&vfs_fat->fatfs, "/.metadata_never_index");
78
make_empty_file(&vfs_fat->fatfs, "/.Trashes");
79
- make_empty_file(&vfs_fat->fatfs, "/.feventsd/no_log");
+ make_empty_file(&vfs_fat->fatfs, "/.fseventsd/no_log");
80
81
// and ensure everything is flushed
82
flash_flush();
0 commit comments