Added comment

This commit is contained in:
goldsimon 2010-01-17 17:37:10 +00:00
parent 618355f5a7
commit 0e3c256667

View File

@ -57,7 +57,7 @@ extern sys_sem_t lock_tcpip_core;
#define TCPIP_APIMSG_ACK(m)
#define TCPIP_NETIFAPI(m) tcpip_netifapi_lock(m)
#define TCPIP_NETIFAPI_ACK(m)
#else
#else /* LWIP_TCPIP_CORE_LOCKING */
#define LOCK_TCPIP_CORE()
#define UNLOCK_TCPIP_CORE()
#define TCPIP_APIMSG(m) tcpip_apimsg(m)