Skip to content

Commit e8d4527

Browse files
committed
zephyr/modzephyr: Fix typo in identifier.
1 parent ce63a95 commit e8d4527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/modzephyr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ STATIC mp_obj_t mod_is_preempt_thread(void) {
3737
STATIC MP_DEFINE_CONST_FUN_OBJ_0(mod_is_preempt_thread_obj, mod_is_preempt_thread);
3838

3939
STATIC const mp_rom_map_elem_t mp_module_time_globals_table[] = {
40-
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_zephy) },
40+
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_zephyr) },
4141
{ MP_ROM_QSTR(MP_QSTR_is_preempt_thread), MP_ROM_PTR(&mod_is_preempt_thread_obj) },
4242
};
4343

0 commit comments

Comments
 (0)