disable the debugging of the LwIP's architecture dependent part (sys_arch.c)

This commit is contained in:
Stefan Lankes 2011-09-19 09:47:53 +02:00
parent 5aa39ad085
commit 65d4cbe76d

View file

@ -229,7 +229,7 @@
#define DHCP_DEBUG LWIP_DBG_OFF
#define ETHARP_DEBUG LWIP_DBG_OFF
#define TCPIP_DEBUG LWIP_DBG_OFF
#define SYS_DEBUG LWIP_DBG_ON
#define SYS_DEBUG LWIP_DBG_OFF
#define RAW_DEBUG LWIP_DBG_OFF
#define MEM_DEBUG LWIP_DBG_OFF
#define IP_DEBUG LWIP_DBG_OFF