Skip to content

Commit 2a85894

Browse files
committed
add static to 'extmod/vfs_fat.c: fat_vfs_label_obj'
1 parent a19ddf5 commit 2a85894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extmod/vfs_fat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ static mp_obj_t vfs_fat_setlabel(mp_obj_t self_in, mp_obj_t label_in) {
515515
}
516516
static MP_DEFINE_CONST_FUN_OBJ_2(fat_vfs_setlabel_obj, vfs_fat_setlabel);
517517

518-
MP_PROPERTY_GETSET(fat_vfs_label_obj,
518+
static MP_PROPERTY_GETSET(fat_vfs_label_obj,
519519
(mp_obj_t)&fat_vfs_getlabel_obj,
520520
(mp_obj_t)&fat_vfs_setlabel_obj);
521521
#endif

0 commit comments

Comments
 (0)