1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

lv_porting fixes

This commit is contained in:
Gabor Kiss-Vamosi 2019-01-16 17:47:32 +01:00
parent a7207af953
commit b500f0c8f3

View File

@ -1,5 +1,5 @@
/**
* @file lv_port_disp_templ.c
* @file lv_port_fs_templ.c
*
*/
@ -37,7 +37,6 @@ typedef struct {
}dir_t;
/**********************
* STATIC PROTOTYPES
**********************/
@ -62,6 +61,10 @@ static lv_fs_res_t fs_dir_close (void * rddir_p);
* STATIC VARIABLES
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/