Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of EthernetNetIf by
Diff: LPC2368/lwip/lwipopts.h
- Revision:
- 4:9cec8b1dcf09
- Parent:
- 3:0401477beaa3
- Child:
- 5:bc7df6da7589
diff -r 0401477beaa3 -r 9cec8b1dcf09 LPC2368/lwip/lwipopts.h --- a/LPC2368/lwip/lwipopts.h Fri Jun 18 10:28:59 2010 +0000 +++ b/LPC2368/lwip/lwipopts.h Fri Jul 09 14:34:26 2010 +0000 @@ -56,10 +56,10 @@ #define SIO_FIFO_DEBUG LWIP_DBG_OFF #define TCPDUMP_DEBUG LWIP_DBG_OFF -#define PPP_DEBUG LWIP_DBG_OFF -#define MEM_DEBUG LWIP_DBG_ON -#define MEMP_DEBUG LWIP_DBG_ON -#define PBUF_DEBUG LWIP_DBG_ON +#define PPP_DEBUG LWIP_DBG_ON +#define MEM_DEBUG LWIP_DBG_OFF +#define MEMP_DEBUG LWIP_DBG_OFF +#define PBUF_DEBUG LWIP_DBG_OFF #define API_LIB_DEBUG LWIP_DBG_OFF #define API_MSG_DEBUG LWIP_DBG_OFF #define TCPIP_DEBUG LWIP_DBG_OFF
