mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Fix wrong usage of LWIP_NETCONN_SEM_PER_THREAD macro in api_msg.h
This commit is contained in:
parent
a212210c35
commit
7d8f0c781f
@ -53,7 +53,7 @@ extern "C" {
|
||||
#if LWIP_MPU_COMPATIBLE
|
||||
#define API_MSG_M_DEF(m) m
|
||||
#define API_MSG_M_DEF_C(t, m) t m
|
||||
#ifdef LWIP_NETCONN_SEM_PER_THREAD
|
||||
#if LWIP_NETCONN_SEM_PER_THREAD
|
||||
#define API_MSG_M_DEF_SEM(m) *m
|
||||
#else
|
||||
#define API_MSG_M_DEF_SEM(m) API_MSG_M_DEF(m)
|
||||
|
Loading…
x
Reference in New Issue
Block a user