sys.h: fixed comment, sys_msleep() is in ms, not in jiffies

This commit is contained in:
Sylvain Rochet 2015-09-27 00:05:58 +02:00
parent 9e0202b38f
commit b589864144

View File

@ -174,7 +174,7 @@ void sys_sem_set_invalid(sys_sem_t *sem);
/* Time functions. */
#ifndef sys_msleep
void sys_msleep(u32_t ms); /* only has a (close to) 1 jiffy resolution. */
void sys_msleep(u32_t ms); /* only has a (close to) 1 ms resolution. */
#endif
/* Mailbox functions. */