提交 696d1af3 编写于 作者: R Rogerz Zhang

Fix build error in efm32

上级 6a60d403
......@@ -173,7 +173,7 @@ static void app_main(void *parameter)
/* create application */
struct rtgui_app *app;
app = rtgui_app_create(rt_thread_self(), "gui_app");
app = rtgui_app_create("gui_app");
if (app == RT_NULL)
{
rt_kprintf("Create application \"gui_app\" failed!\n");
......@@ -403,7 +403,7 @@ static void app_photo(void *parameter)
/* create application */
struct rtgui_app *app;
app = rtgui_app_create(rt_thread_self(), "pho_app");
app = rtgui_app_create("pho_app");
if (app == RT_NULL)
{
rt_kprintf("Create application \"pho_app\" failed!\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册