From bd76f171f4aabfd614fee1a569f2aeec5000933d Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 21 Mar 2021 23:40:23 +0800 Subject: [PATCH] update --- bsp/mb9bf500r/info.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bsp/mb9bf500r/info.c b/bsp/mb9bf500r/info.c index 0c03910b0b..fcf514f1b0 100644 --- a/bsp/mb9bf500r/info.c +++ b/bsp/mb9bf500r/info.c @@ -205,7 +205,6 @@ void rtgui_startup() { rtgui_rect_t rect; - /* GUIϵͳ��ʼ�� */ 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"); - /* ����info workbench */ + /*init info workbench */ info_init(); } -- GitLab