Skip to content

Commit

Permalink
Fixed capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
gamblor21 committed Nov 20, 2021
1 parent d898740 commit 5ea435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/is31fl3741/__init__.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 5ea435d

Please sign in to comment.