瀏覽代碼

Merge pull request #117 from grissiom/fix-sam7x

remove RT_LWIP_TCP_SND_BUF setting
Bernard Xiong 12 年之前
父節點
當前提交
ca71f33303
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      bsp/sam7x/rtconfig.h

+ 0 - 3
bsp/sam7x/rtconfig.h

@@ -113,9 +113,6 @@
 /* the number of simulatenously active TCP connections*/
 #define RT_LWIP_TCP_PCB_NUM	5
 
-/* TCP sender buffer space*/
-#define RT_LWIP_TCP_SND_BUF	1500
-
 /* Enable SNMP protocol*/
 /* #define RT_LWIP_SNMP */