Fixed bug #28970 (invalid preprocessor macro introduced with LWIP_TCPIP_CORE_LOCKING_INPUT)

This commit is contained in:
goldsimon 2010-02-22 12:57:00 +00:00
parent 68678e21df
commit 402597c2cb

View File

@ -94,7 +94,7 @@ tcpip_thread(void *arg)
break; break;
#endif /* LWIP_NETCONN */ #endif /* LWIP_NETCONN */
#if LWIP_TCPIP_CORE_LOCKING_INPUT #if !LWIP_TCPIP_CORE_LOCKING_INPUT
case TCPIP_MSG_INPKT: case TCPIP_MSG_INPKT:
LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: PACKET %p\n", (void *)msg)); LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: PACKET %p\n", (void *)msg));
#if LWIP_ETHERNET #if LWIP_ETHERNET