Skip to content

Commit

Permalink
add static to 'extmod/vfs_fat.c: fat_vfs_label_obj'
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 committed Oct 4, 2024
1 parent a19ddf5 commit 2a85894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extmod/vfs_fat.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ static mp_obj_t vfs_fat_setlabel(mp_obj_t self_in, mp_obj_t label_in) {
}
static MP_DEFINE_CONST_FUN_OBJ_2(fat_vfs_setlabel_obj, vfs_fat_setlabel);

MP_PROPERTY_GETSET(fat_vfs_label_obj,
static MP_PROPERTY_GETSET(fat_vfs_label_obj,
(mp_obj_t)&fat_vfs_getlabel_obj,
(mp_obj_t)&fat_vfs_setlabel_obj);
#endif
Expand Down

0 comments on commit 2a85894

Please sign in to comment.