mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
all: Standardise mp_obj_type_t initialisation.
Remove setting unused slots. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
fb2a57800a
commit
42587c7870
@@ -437,7 +437,6 @@ const mp_obj_type_t mp_fat_vfs_type = {
|
||||
.make_new = fat_vfs_make_new,
|
||||
.protocol = &fat_vfs_proto,
|
||||
.locals_dict = (mp_obj_dict_t *)&fat_vfs_locals_dict,
|
||||
|
||||
};
|
||||
|
||||
#endif // MICROPY_VFS_FAT
|
||||
|
||||
Reference in New Issue
Block a user