lv_porting fixes

This commit is contained in:
Gabor Kiss-Vamosi
2019-01-16 17:47:32 +01:00
parent 6d449962ff
commit 87e262f27a

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
**********************/