summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-08-21 23:41:28 -0700
committerScott Shawcroft <scott@tannewt.org>2019-08-22 14:24:32 -0700
commit9993a999065d81282df67bacceda4056a404f05f (patch)
treefa66b50bb952ae67a941d76706ba452a2884f839 /supervisor
parent2497cbe186359feac880cc127298a5945ed95456 (diff)
Add initial Monster M4SK build
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/filesystem.c b/supervisor/shared/filesystem.c
index c50d7f4ee..36b30f462 100644
--- a/supervisor/shared/filesystem.c
+++ b/supervisor/shared/filesystem.c
@@ -91,7 +91,7 @@ void filesystem_init(bool create_allowed, bool force_create) {
}
// set label
- f_setlabel(&vfs_fat->fatfs, "CIRCUITPY");
+ f_setlabel(&vfs_fat->fatfs, CIRCUITPY_FS_NAME);
// inhibit file indexing on MacOS
f_mkdir(&vfs_fat->fatfs, "/.fseventsd");