mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-30 21:24:07 +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
|
||||
*
|
||||
*/
|
||||
@ -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);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* @file lv_label.c
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user