summaryrefslogtreecommitdiff
path: root/ports/zephyr/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zephyr/main.c')
-rw-r--r--ports/zephyr/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/main.c b/ports/zephyr/main.c
index 36bc628bb..314bbfd26 100644
--- a/ports/zephyr/main.c
+++ b/ports/zephyr/main.c
@@ -96,7 +96,7 @@ void init_zephyr(void) {
}
#if MICROPY_VFS
-STATIC void vfs_init(void) {
+static void vfs_init(void) {
mp_obj_t bdev = NULL;
mp_obj_t mount_point;
const char *mount_point_str = NULL;