mirror of https://github.com/RT-Thread/rt-thread
commit
8444f16d07
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* File : emac.c
|
* File : emac.c
|
||||||
* This file is part of RT-Thread RTOS
|
* This file is part of RT-Thread RTOS
|
||||||
* COPYRIGHT (C) 2006-2014, RT-Thread Develop Team
|
* COPYRIGHT (C) 2006-2021, RT-Thread Develop Team
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
|
|
|
@ -297,7 +297,7 @@ static void app_main(void *parameter)
|
||||||
}
|
}
|
||||||
// rtgui_win_set_box(win_hello, box);
|
// rtgui_win_set_box(win_hello, box);
|
||||||
|
|
||||||
label = rtgui_label_create("šţÂŢ,íďĹÖ!");
|
label = rtgui_label_create("哈罗,盹胖!");
|
||||||
if(label == RT_NULL)
|
if(label == RT_NULL)
|
||||||
{
|
{
|
||||||
rt_kprintf("Create lable failed!\n");
|
rt_kprintf("Create lable failed!\n");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2018, RT-Thread Development Team
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2020, RT-Thread Development Team
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2020, RT-Thread Development Team
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue