Skip to content
Snippets Groups Projects
Commit d8713d78 authored by Daniel Campora's avatar Daniel Campora
Browse files

cc3200: Correct Sleep module name. Must be 'Sleep', not 'sleep'.

parent e282884e
Branches
No related tags found
No related merge requests found
......@@ -660,7 +660,7 @@ STATIC MP_DEFINE_CONST_DICT(pybsleep_locals_dict, pybsleep_locals_dict_table);
STATIC const mp_obj_type_t pybsleep_type = {
{ &mp_type_type },
.name = MP_QSTR_sleep,
.name = MP_QSTR_Sleep,
.locals_dict = (mp_obj_t)&pybsleep_locals_dict,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment