This commit is contained in:
Carl-Benedikt Krüger 2011-06-28 15:42:50 +02:00
parent 5b2e4d7cdc
commit 8c34d7fe53

View file

@ -85,14 +85,14 @@
#define LWIP_CHECKSUM_ON_COPY 1
/* DEBUG options */
#define LWIP_DEBUG 0
#define LWIP_DEBUG 1
#define DHCP_DEBUG LWIP_DBG_OFF
#define ETHARP_DEBUG LWIP_DBG_OFF
#define TCPIP_DEBUG LWIP_DBG_OFF
#define TCPIP_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
#define IP_DEBUG LWIP_DBG_ON
#define INET_DEBUG LWIP_DBG_OFF
#define NETIF_DEBUG LWIP_DBG_OFF
#define TIMERS_DEBUG LWIP_DBG_OFF