mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
Add sys_untimeout stub in case of NO_SYS
This commit is contained in:
parent
eb1a41f3c9
commit
f308f7cc80
@ -47,6 +47,7 @@ struct sys_timeout {u8_t dummy;};
|
||||
|
||||
#define sys_init()
|
||||
#define sys_timeout(m,h,a)
|
||||
#define sys_untimeout(m,a)
|
||||
#define sys_sem_new(c) c
|
||||
#define sys_sem_signal(s)
|
||||
#define sys_sem_wait(s)
|
||||
|
Loading…
Reference in New Issue
Block a user