提交 3f3b6b7d 编写于 作者: P prife

enable RTGUI in simlinux

上级 7c3f2fd6
......@@ -77,8 +77,8 @@ void rt_init_thread_entry(void *parameter)
#endif
#if defined(RT_USING_RTGUI)
rt_thread_delay(RT_TICK_PER_SECOND);
snake_main();
//rt_thread_delay(RT_TICK_PER_SECOND);
//snake_main();
#endif
}
......
......@@ -197,7 +197,7 @@
#define RT_LWIP_TCP_WND 8192
/* SECTION: RT-Thread/GUI */
/* #define RT_USING_RTGUI */
#define RT_USING_RTGUI
/* name length of RTGUI object */
#define RTGUI_NAME_MAX 12
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册