mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
sys.h: fixed comment, sys_msleep() is in ms, not in jiffies
This commit is contained in:
parent
9e0202b38f
commit
b589864144
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user