File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shared-bindings/is31fl3741 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
STATIC const mp_rom_map_elem_t is31fl3741_module_globals_table [] = {
35
35
{ MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_is31fl3741 ) },
36
- { MP_ROM_QSTR (MP_QSTR_is31fl3741 ), MP_ROM_PTR (& is31fl3741_is31fl3741_type ) },
36
+ { MP_ROM_QSTR (MP_QSTR_IS31FL3741 ), MP_ROM_PTR (& is31fl3741_is31fl3741_type ) },
37
37
};
38
38
39
39
STATIC MP_DEFINE_CONST_DICT (is31fl3741_module_globals , is31fl3741_module_globals_table );
@@ -43,4 +43,4 @@ const mp_obj_module_t is31fl3741_module = {
43
43
.globals = (mp_obj_dict_t * )& is31fl3741_module_globals ,
44
44
};
45
45
46
- MP_REGISTER_MODULE (MP_QSTR_is31fl3741 , is31fl3741_module , CIRCUITPY_IS31FL3741 );
46
+ MP_REGISTER_MODULE (MP_QSTR_IS31FL3741 , is31fl3741_module , CIRCUITPY_IS31FL3741 );
You can’t perform that action at this time.
0 commit comments