Fixed capitalization

This commit is contained in:
gamblor21 2021-11-20 15:43:11 -06:00
parent 5337e45411
commit c38612d59d
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ const mp_obj_module_t is31fl3741_module = {
.globals = (mp_obj_dict_t *)&is31fl3741_module_globals,
};
MP_REGISTER_MODULE(MP_QSTR_IS31FL3741, is31fl3741_module, CIRCUITPY_IS31FL3741);
MP_REGISTER_MODULE(MP_QSTR_is31fl3741, is31fl3741_module, CIRCUITPY_IS31FL3741);