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:
parent
a7207af953
commit
b500f0c8f3
@ -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
|
||||
**********************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user