Merge pull request #5499 from mysterywolf/dfs_posix

format codes
This commit is contained in:
guo 2022-01-12 10:22:33 +08:00 committed by Rbb666
commit 8444f16d07
17 changed files with 221 additions and 221 deletions

View File

@ -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

View File

@ -65,7 +65,7 @@
#include <rtgui/widgets/box.h> #include <rtgui/widgets/box.h>
#include <rtgui/image.h> #include <rtgui/image.h>
#if defined(RTGUI_USING_DFS_FILERW) #if defined(RTGUI_USING_DFS_FILERW)
#include <dfs_posix.h> #include <dfs_posix.h>
#define PATH_SEPARATOR '/' #define PATH_SEPARATOR '/'
#endif #endif
@ -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");

View File

@ -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
* *

View File

@ -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
* *

View File

@ -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
* *