diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/mphal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mphal.h b/py/mphal.h index 6d11f6ddc0..0d4b1224e5 100644 --- a/py/mphal.h +++ b/py/mphal.h @@ -76,7 +76,7 @@ mp_uint_t mp_hal_ticks_cpu(void); #endif #ifndef mp_hal_time_ns -// Nanoseconds since 1970/1/1. +// Nanoseconds since the Epoch. uint64_t mp_hal_time_ns(void); #endif |