mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-13 03:36:59 +08:00
check for NO_SYS consistently using #if.Closes bug #1910
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user