mirror of https://github.com/RT-Thread/rt-thread
update
This commit is contained in:
parent
75405b62b8
commit
bd76f171f4
|
@ -205,7 +205,6 @@ void rtgui_startup()
|
||||||
{
|
{
|
||||||
rtgui_rect_t rect;
|
rtgui_rect_t rect;
|
||||||
|
|
||||||
/* GUIϵͳ<CFB5><CDB3>ʼ<EFBFBD><CABC> */
|
|
||||||
rtgui_system_server_init();
|
rtgui_system_server_init();
|
||||||
|
|
||||||
/* register dock panel */
|
/* register dock panel */
|
||||||
|
@ -216,7 +215,7 @@ void rtgui_startup()
|
||||||
rtgui_panel_register("info", &rect);
|
rtgui_panel_register("info", &rect);
|
||||||
rtgui_panel_set_default_focused("info");
|
rtgui_panel_set_default_focused("info");
|
||||||
|
|
||||||
/* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>info workbench */
|
/*init info workbench */
|
||||||
info_init();
|
info_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue