Skip to content

Commit ab4c22b

Browse files
committed
[nk-n9h30] format code
1 parent 6a20471 commit ab4c22b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bsp/nuvoton/nk-n9h30/applications/lvgl/lv_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2021, RT-Thread Development Team
2+
* Copyright (c) 2006-2022, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -25,7 +25,7 @@
2525
#define LV_FONT_MONTSERRAT_16 1
2626
#define LV_USE_PERF_MONITOR 1
2727

28-
#if LV_VERSION_EQUAL(8, 1, 0)
28+
#if LV_VERSION_EQUAL(8, 1, 0)
2929
#define LV_USE_DEMO_RTT_MUSIC 1
3030
#define LV_DEMO_RTT_MUSIC_AUTO_PLAY 1
3131
#else

bsp/nuvoton/nk-n9h30/applications/lvgl/lv_port_disp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2021, RT-Thread Development Team
2+
* Copyright (c) 2006-2022, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -273,7 +273,7 @@ void lv_port_disp_init(void)
273273
/*Set a display buffer*/
274274
disp_drv.draw_buf = &disp_buf;
275275

276-
#if LV_VERSION_EQUAL(8, 1, 0)
276+
#if LV_VERSION_EQUAL(8, 1, 0)
277277
/*Fill a memory with a color (GPU only)*/
278278
disp_drv.gpu_fill_cb = nu_fill_cb;
279279
#endif

0 commit comments

Comments
 (0)