From b500f0c8f325dfd064f39e93c40623f6a79b9b05 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 16 Jan 2019 17:47:32 +0100 Subject: [PATCH] lv_porting fixes --- lv_porting/lv_port_fs_templ.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lv_porting/lv_port_fs_templ.c b/lv_porting/lv_port_fs_templ.c index 894671389..ead8c1f99 100644 --- a/lv_porting/lv_port_fs_templ.c +++ b/lv_porting/lv_port_fs_templ.c @@ -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 **********************/