Skip to content
Snippets Groups Projects
Commit f3e46d0c authored by stijn's avatar stijn Committed by Damien George
Browse files

windows: Rename "time" module to "utime" for consistency with others.

parent 12fab639
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj;
extern const struct _mp_obj_module_t mp_module_os;
extern const struct _mp_obj_module_t mp_module_time;
#define MICROPY_PORT_BUILTIN_MODULES \
{ MP_OBJ_NEW_QSTR(MP_QSTR_time), (mp_obj_t)&mp_module_time }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_utime), (mp_obj_t)&mp_module_time }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR__os), (mp_obj_t)&mp_module_os }, \
#if MICROPY_USE_READLINE == 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment