diff options
Diffstat (limited to 'stmhal/modtime.c')
| -rw-r--r-- | stmhal/modtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/modtime.c b/stmhal/modtime.c index 1bf8c30c4..89df6ae99 100644 --- a/stmhal/modtime.c +++ b/stmhal/modtime.c @@ -233,7 +233,7 @@ MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(time_localtime_obj, 0, 1, time_localtime); /// the number of seconds since Jan 1, 2000. STATIC mp_obj_t time_mktime(mp_obj_t tuple) { - uint len; + mp_uint_t len; mp_obj_t *elem; mp_obj_get_array(tuple, &len, &elem); |
