osdep/timer: update documentation and test for mp_time_ns

No longer true after 8bbcc87fee.
This commit is contained in:
Kacper Michajłow
2024-01-24 17:02:26 +01:00
committed by Dudemanguy
parent ab491472f4
commit 19a6b84915
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ int main(void)
/* timekeeping */
{
int64_t now = mp_time_ns();
assert_true(now > 0);
assert_true(now >= 0);
mp_sleep_ns(MP_TIME_MS_TO_NS(10));