Skip to content

Commit c38612d

Browse files
committed
Fixed capitalization
1 parent 5337e45 commit c38612d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/is31fl3741/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ const mp_obj_module_t is31fl3741_module = {
4343
.globals = (mp_obj_dict_t *)&is31fl3741_module_globals,
4444
};
4545

46-
MP_REGISTER_MODULE(MP_QSTR_IS31FL3741, is31fl3741_module, CIRCUITPY_IS31FL3741);
46+
MP_REGISTER_MODULE(MP_QSTR_is31fl3741, is31fl3741_module, CIRCUITPY_IS31FL3741);

0 commit comments

Comments
 (0)