add rtgui_system_server_init to components_init function

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2158 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc@gmail.com 2012-06-12 12:49:25 +00:00
parent 8475d23d3e
commit c9250dc32c
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ void rt_components_init(void)
#endif
#ifdef RT_USING_RTGUI
rtgui_system_server_init();
#endif
return;