mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Minor change, sys_prot_t is undefined is NO_SYS=1
This commit is contained in:
parent
c1bbcf5ed3
commit
c7e91d3302
@ -44,6 +44,7 @@ extern "C" {
|
||||
definitions of the sys_ functions. */
|
||||
typedef u8_t sys_sem_t;
|
||||
typedef u8_t sys_mbox_t;
|
||||
typedef u8_t sys_prot_t;
|
||||
struct sys_timeo {u8_t dummy;};
|
||||
|
||||
#define sys_init()
|
||||
|
Loading…
Reference in New Issue
Block a user