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.
1 parent d5d4026 commit a19ddf5Copy full SHA for a19ddf5
extmod/vfs_fat.c
@@ -485,7 +485,7 @@ static mp_obj_t vfs_fat_getreadonly(mp_obj_t self_in) {
485
}
486
static MP_DEFINE_CONST_FUN_OBJ_1(fat_vfs_getreadonly_obj, vfs_fat_getreadonly);
487
488
-MP_PROPERTY_GETTER(fat_vfs_readonly_obj,
+static MP_PROPERTY_GETTER(fat_vfs_readonly_obj,
489
(mp_obj_t)&fat_vfs_getreadonly_obj);
490
491
#if MICROPY_FATFS_USE_LABEL
0 commit comments