update rtconfig.h

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1543 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc@gmail.com 2011-06-29 00:53:55 +00:00
parent 7c2b17961b
commit 294e34e1e6
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
/* SECTION: RT_DEBUG */ /* SECTION: RT_DEBUG */
/* Thread Debug */ /* Thread Debug */
#define RT_DEBUG /* #define RT_DEBUG */
/* #define RT_THREAD_DEBUG */ /* #define RT_THREAD_DEBUG */
#define RT_USING_OVERFLOW_CHECK #define RT_USING_OVERFLOW_CHECK
@ -140,10 +140,10 @@
#define RT_LWIP_TCP_PCB_NUM 5 #define RT_LWIP_TCP_PCB_NUM 5
/* TCP sender buffer space */ /* TCP sender buffer space */
#define RT_LWIP_TCP_SND_BUF 1024*10 #define RT_LWIP_TCP_SND_BUF 1024*8
/* TCP receive window. */ /* TCP receive window. */
#define RT_LWIP_TCP_WND 1024 #define RT_LWIP_TCP_WND 1024*8
/* Enable SNMP protocol */ /* Enable SNMP protocol */
/* #define RT_LWIP_SNMP */ /* #define RT_LWIP_SNMP */
@ -219,7 +219,7 @@
/* #define RTGUI_USING_MOUSE_CURSOR */ /* #define RTGUI_USING_MOUSE_CURSOR */
/* RTGUI image options */ /* RTGUI image options */
#define RTGUI_IMAGE_XPM #define RTGUI_IMAGE_XPM
#define RTGUI_IMAGE_JPEG /* #define RTGUI_IMAGE_JPEG */
#define RTGUI_IMAGE_PNG #define RTGUI_IMAGE_PNG
#define RTGUI_IMAGE_BMP #define RTGUI_IMAGE_BMP