diff options
Diffstat (limited to 'src/core/clock.c')
| -rw-r--r-- | src/core/clock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/clock.c b/src/core/clock.c index 31678f67..f114daa1 100644 --- a/src/core/clock.c +++ b/src/core/clock.c @@ -16,7 +16,7 @@ nni_clock(void) } void -nni_usleep(nni_duration usec) +nni_msleep(nni_duration msec) { - nni_plat_usleep(usec); -} + nni_plat_sleep(msec); +}
\ No newline at end of file |
