mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +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
@@ -981,7 +981,7 @@ STATIC MP_DEFINE_CONST_OBJ_TYPE(
|
||||
MP_QSTR_BLE,
|
||||
MP_TYPE_FLAG_NONE,
|
||||
bluetooth_ble_make_new,
|
||||
locals_dict, (void *)&bluetooth_ble_locals_dict
|
||||
locals_dict, &bluetooth_ble_locals_dict
|
||||
);
|
||||
|
||||
STATIC const mp_rom_map_elem_t mp_module_bluetooth_globals_table[] = {
|
||||
|
||||
Reference in New Issue
Block a user