mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
chore correct file encodings (#3381)
Change "UTF-8 with BOM" to "UTF-8"
This commit is contained in:
parent
2e93b88ead
commit
2cf4d4b17e
@ -1,4 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* @file lv_fs_win32.c
|
* @file lv_fs_win32.c
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -64,7 +64,7 @@ void lv_fs_win32_init(void)
|
|||||||
* Register the file system interface in LVGL
|
* Register the file system interface in LVGL
|
||||||
*--------------------------------------------------*/
|
*--------------------------------------------------*/
|
||||||
|
|
||||||
/*Add a simple drive to open images*/
|
/*Add a simple driver to open images*/
|
||||||
static lv_fs_drv_t fs_drv; /*A driver descriptor*/
|
static lv_fs_drv_t fs_drv; /*A driver descriptor*/
|
||||||
lv_fs_drv_init(&fs_drv);
|
lv_fs_drv_init(&fs_drv);
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* @file lv_label.c
|
* @file lv_label.c
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user