startup rtgui demos

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@345 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc 2010-01-28 01:17:57 +00:00
parent 49868fc5e4
commit 0b23d005fc
1 changed files with 1 additions and 5 deletions

View File

@ -76,7 +76,7 @@ void rt_init_thread_entry(void* parameter)
#ifdef RT_USING_RTGUI
{
//rt_hw_key_init();
rtgui_startup();
}
#endif
@ -122,10 +122,6 @@ int rt_application_init()
rt_thread_t init_thread;
rt_thread_t led_thread;
#ifdef RT_USING_RTGUI
rt_hw_lcd_init();
#endif
#if (RT_THREAD_PRIORITY_MAX == 32)
init_thread = rt_thread_create("init",
rt_init_thread_entry, RT_NULL,