mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-27 06:14:09 +00:00
Fixed bug #28970 (invalid preprocessor macro introduced with LWIP_TCPIP_CORE_LOCKING_INPUT)
This commit is contained in:
parent
68678e21df
commit
402597c2cb
@ -94,7 +94,7 @@ tcpip_thread(void *arg)
|
||||
break;
|
||||
#endif /* LWIP_NETCONN */
|
||||
|
||||
#if LWIP_TCPIP_CORE_LOCKING_INPUT
|
||||
#if !LWIP_TCPIP_CORE_LOCKING_INPUT
|
||||
case TCPIP_MSG_INPKT:
|
||||
LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: PACKET %p\n", (void *)msg));
|
||||
#if LWIP_ETHERNET
|
||||
|
Loading…
Reference in New Issue
Block a user