提交 294e34e1 编写于 作者: qiuyiuestc's avatar qiuyiuestc

update rtconfig.h

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1543 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 7c2b1796
......@@ -16,7 +16,7 @@
/* SECTION: RT_DEBUG */
/* Thread Debug */
#define RT_DEBUG
/* #define RT_DEBUG */
/* #define RT_THREAD_DEBUG */
#define RT_USING_OVERFLOW_CHECK
......@@ -140,10 +140,10 @@
#define RT_LWIP_TCP_PCB_NUM 5
/* TCP sender buffer space */
#define RT_LWIP_TCP_SND_BUF 1024*10
#define RT_LWIP_TCP_SND_BUF 1024*8
/* TCP receive window. */
#define RT_LWIP_TCP_WND 1024
#define RT_LWIP_TCP_WND 1024*8
/* Enable SNMP protocol */
/* #define RT_LWIP_SNMP */
......@@ -219,7 +219,7 @@
/* #define RTGUI_USING_MOUSE_CURSOR */
/* RTGUI image options */
#define RTGUI_IMAGE_XPM
#define RTGUI_IMAGE_JPEG
/* #define RTGUI_IMAGE_JPEG */
#define RTGUI_IMAGE_PNG
#define RTGUI_IMAGE_BMP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册