Explorar o código

Remove rtgui from bsp/dev3210

Rogerz Zhang %!s(int64=12) %!d(string=hai) anos
pai
achega
17e5f804ff
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      bsp/dev3210/rtconfig.h

+ 5 - 1
bsp/dev3210/rtconfig.h

@@ -140,7 +140,9 @@
 #define RT_LWIP_ETHTHREAD_STACKSIZE		512
 
 /* SECTION: RT-Thread/GUI */
-#define RT_USING_RTGUI
+// #define RT_USING_RTGUI
+
+#ifdef RT_USING_RTGUI
 
 /* name length of RTGUI object */
 #define RTGUI_NAME_MAX		12
@@ -161,4 +163,6 @@
 /* default font size in RTGUI */
 #define RTGUI_DEFAULT_FONT_SIZE	16
 
+#endif // RT_USING_RTGUI
+
 #endif