mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-13 07:14:31 +00: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. */
|
||||
#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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user