mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 18:16:13 +00:00
sys_now() must return u32_t, not unsigned long
This commit is contained in:
parent
56038b6457
commit
638020ec70
@ -142,7 +142,7 @@ sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, i
|
|||||||
/* The following functions are used only in Unix code, and
|
/* The following functions are used only in Unix code, and
|
||||||
can be omitted when porting the stack. */
|
can be omitted when porting the stack. */
|
||||||
/* Returns the current time in microseconds. */
|
/* Returns the current time in microseconds. */
|
||||||
unsigned long sys_now(void);
|
u32_t sys_now(void);
|
||||||
|
|
||||||
#endif /* NO_SYS */
|
#endif /* NO_SYS */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user