disable the debugging of the LwIP's architecture dependent part (sys_arch.c)
This commit is contained in:
parent
5aa39ad085
commit
65d4cbe76d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue