mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
all: Remove unnecessary locals_dict cast.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
b7d6ee9b75
commit
9dce82776d
@@ -737,7 +737,7 @@ MP_DEFINE_CONST_OBJ_TYPE(
|
||||
mp_machine_soft_i2c_make_new,
|
||||
print, mp_machine_soft_i2c_print,
|
||||
protocol, &mp_machine_soft_i2c_p,
|
||||
locals_dict, (mp_obj_dict_t *)&mp_machine_i2c_locals_dict
|
||||
locals_dict, &mp_machine_i2c_locals_dict
|
||||
);
|
||||
|
||||
#endif // MICROPY_PY_MACHINE_SOFTI2C
|
||||
|
||||
Reference in New Issue
Block a user