소스 검색

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@996 bbd45198-f89e-11dd-88c7-29a3b14d5316

jiaojinxing1987@gmail.com 15 년 전
부모
커밋
c37979560d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      bsp/mini2440/rtconfig.h

+ 2 - 2
bsp/mini2440/rtconfig.h

@@ -192,7 +192,7 @@
 
 /* SECTION: RTGUI support */
 /* using RTGUI support */
-/* #define RT_USING_RTGUI */
+#define RT_USING_RTGUI
 
 /* name length of RTGUI object */
 #define RTGUI_NAME_MAX		16
@@ -215,7 +215,7 @@
 
 /* SECTION: FTK support */
 /* using FTK support */
-#define RT_USING_FTK	
+/* #define RT_USING_FTK */	
 
 #ifdef  RT_USING_FTK