parent
37f2ff11e4
commit
161ab018ba
|
@ -52,7 +52,7 @@
|
|||
//| :rtype: float
|
||||
//|
|
||||
STATIC mp_obj_t time_monotonic(void) {
|
||||
return mp_obj_new_float(common_hal_time_monotonic() / 100.0);
|
||||
return mp_obj_new_float(common_hal_time_monotonic() / 1000.0);
|
||||
}
|
||||
MP_DEFINE_CONST_FUN_OBJ_0(time_monotonic_obj, time_monotonic);
|
||||
|
||||
|
|
Loading…
Reference in New Issue