mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Added some new functions as null-definitions if NO_SYS=1
This commit is contained in:
parent
8fa3b6802e
commit
cde11f9d9c
@ -54,6 +54,8 @@ struct sys_timeo {u8_t dummy;};
|
||||
#define sys_sem_new(c) c
|
||||
#define sys_sem_signal(s)
|
||||
#define sys_sem_wait(s)
|
||||
#define sys_sem_wait_timeout(s,t)
|
||||
#define sys_arch_sem_wait(s,t)
|
||||
#define sys_sem_free(s)
|
||||
#define sys_mbox_new() 0
|
||||
#define sys_mbox_fetch_timeout(m,d,t)
|
||||
|
Loading…
Reference in New Issue
Block a user