diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2018-03-24 10:44:24 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2018-03-24 10:44:24 -0500 |
| commit | d80e54458de4e4be494ed3d3d7664eacc5799319 (patch) | |
| tree | ef57a4a3c692c33e79a9d49fb8d4a8c038e6ad82 | |
| parent | fa884466793738338edb7389dc6b21f160bba37b (diff) | |
correct typo in filename
| -rw-r--r-- | ports/atmel-samd/supervisor/filesystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/supervisor/filesystem.c b/ports/atmel-samd/supervisor/filesystem.c index 90478ad16..bff78a41c 100644 --- a/ports/atmel-samd/supervisor/filesystem.c +++ b/ports/atmel-samd/supervisor/filesystem.c @@ -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(); |
