mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-26 06:43:58 +08:00
modify sdl driver to reduce the messages sent to rtgui server. add realtouch_ui_init
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2438 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -75,13 +75,16 @@ void rt_init_thread_entry(void* parameter)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef RT_USING_RTGUI
|
||||
#if 0
|
||||
{
|
||||
extern void application_init(void);
|
||||
rt_thread_delay(RT_TICK_PER_SECOND);
|
||||
application_init();
|
||||
}
|
||||
#endif
|
||||
#ifdef RT_USING_RTGUI
|
||||
realtouch_ui_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
void rt_test_thread_entry(void* parameter)
|
||||
|
||||
Reference in New Issue
Block a user