all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
@@ -999,12 +999,12 @@ STATIC const mp_rom_map_elem_t mp_module_bluetooth_globals_table[] = {
|
||||
|
||||
STATIC MP_DEFINE_CONST_DICT(mp_module_bluetooth_globals, mp_module_bluetooth_globals_table);
|
||||
|
||||
const mp_obj_module_t mp_module_ubluetooth = {
|
||||
const mp_obj_module_t mp_module_bluetooth = {
|
||||
.base = { &mp_type_module },
|
||||
.globals = (mp_obj_dict_t *)&mp_module_bluetooth_globals,
|
||||
};
|
||||
|
||||
MP_REGISTER_MODULE(MP_QSTR_bluetooth, mp_module_ubluetooth);
|
||||
MP_REGISTER_MODULE(MP_QSTR_bluetooth, mp_module_bluetooth);
|
||||
|
||||
// Helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user