summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/filesystem.h2
-rw-r--r--supervisor/stub/filesystem.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/supervisor/filesystem.h b/supervisor/filesystem.h
index fd2bf0364..cfd1ed027 100644
--- a/supervisor/filesystem.h
+++ b/supervisor/filesystem.h
@@ -31,7 +31,7 @@
void filesystem_init(bool create_allowed);
void filesystem_flush(void);
-void filesystem_default_writeable(bool writeable);
+void filesystem_writable_by_python(bool writable);
bool filesystem_present(void);
#endif // MICROPY_INCLUDED_SUPERVISOR_FILESYSTEM_H
diff --git a/supervisor/stub/filesystem.c b/supervisor/stub/filesystem.c
index 462ee62a4..12fe9fb10 100644
--- a/supervisor/stub/filesystem.c
+++ b/supervisor/stub/filesystem.c
@@ -32,7 +32,7 @@ void filesystem_init(void) {
void filesystem_flush(void) {
}
-void filesystem_default_writeable(bool writeable) {
+void filesystem_writable_by_python(bool writable) {
}
bool filesystem_present(void) {