sys.h: fixed comment, sys_msleep() is in ms, not in jiffies
This commit is contained in:
@@ -174,7 +174,7 @@ void sys_sem_set_invalid(sys_sem_t *sem);
|
|||||||
|
|
||||||
/* Time functions. */
|
/* Time functions. */
|
||||||
#ifndef sys_msleep
|
#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
|
#endif
|
||||||
|
|
||||||
/* Mailbox functions. */
|
/* Mailbox functions. */
|
||||||
|
|||||||
Reference in New Issue
Block a user