chore correct file encodings (#3381)

Change "UTF-8 with BOM" to "UTF-8"
This commit is contained in:
ExplorerLog 2022-05-27 01:06:58 +08:00 committed by GitHub
parent 2e93b88ead
commit 2cf4d4b17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/**
/**
* @file lv_fs_win32.c
*
*/
@ -64,7 +64,7 @@ void lv_fs_win32_init(void)
* 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*/
lv_fs_drv_init(&fs_drv);

View File

@ -1,4 +1,4 @@
/**
/**
* @file lv_label.c
*
*/