4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 05:10:26 +08:00
This commit is contained in:
Meco Man 2021-03-21 23:40:23 +08:00
parent 75405b62b8
commit bd76f171f4

View File

@ -205,7 +205,6 @@ void rtgui_startup()
{
rtgui_rect_t rect;
/* GUIϵͳ<CFB5><CDB3>ʼ<EFBFBD><CABC> */
rtgui_system_server_init();
/* register dock panel */
@ -216,7 +215,7 @@ void rtgui_startup()
rtgui_panel_register("info", &rect);
rtgui_panel_set_default_focused("info");
/* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>info workbench */
/*init info workbench */
info_init();
}