mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 21:41:28 +00:00
check for NO_SYS consistently using #if.Closes bug #1910
This commit is contained in:
parent
c0a8ef6f6f
commit
f037bfad1e
@ -37,7 +37,7 @@
|
||||
#include "lwip/def.h"
|
||||
#include "lwip/memp.h"
|
||||
|
||||
#ifndef NO_SYS
|
||||
#if (NO_SYS == 0)
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
void
|
||||
sys_mbox_fetch(sys_mbox_t mbox, void **msg)
|
||||
|
Loading…
Reference in New Issue
Block a user