From a8dc960ba1f1bbe7758cd8db24b886d96ae2c96c Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Thu, 24 Sep 2015 03:08:11 +0000 Subject: [PATCH] [BSP] update bsp config of lpc4088 --- bsp/lpc408x/rtconfig.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/bsp/lpc408x/rtconfig.h b/bsp/lpc408x/rtconfig.h index ddb85fe8f9..2ef8f1523e 100644 --- a/bsp/lpc408x/rtconfig.h +++ b/bsp/lpc408x/rtconfig.h @@ -151,9 +151,7 @@ // //
-//#define RT_USING_LWIP -// -#define RT_USING_LWIP141 +#define RT_USING_LWIP // #define RT_LWIP_ICMP // @@ -164,20 +162,10 @@ #define RT_LWIP_TCP // #define RT_LWIP_DNS -// -#define RT_LWIP_PBUF_NUM 4 -// -#define RT_LWIP_TCP_PCB_NUM 3 -// -#define RT_LWIP_TCP_SND_BUF 4086 -// -#define RT_LWIP_TCP_WND 2048 // // #define RT_LWIP_SNMP // // #define RT_LWIP_DHCP -// -#define RT_LWIP_TCP_SEG_NUM 4 // #define RT_LWIP_TCPTHREAD_PRIORITY 12 // -- GitLab