fix(fs): add lv_fs_dir_t to lv_fs.h (#6925)

This commit is contained in:
Gabor Kiss-Vamosi
2024-09-26 10:11:01 +02:00
parent 2be97d6b92
commit c826f31f00

View File

@@ -139,7 +139,7 @@ typedef struct lv_fs_file_cache_t lv_fs_file_cache_t;
typedef struct lv_fs_path_ex_t lv_fs_path_ex_t; typedef struct lv_fs_path_ex_t lv_fs_path_ex_t;
typedef struct lv_image_decoder_args_t lv_image_decoder_args_t; typedef struct _lv_image_decoder_args_t lv_image_decoder_args_t;
typedef struct lv_image_cache_data_t lv_image_cache_data_t; typedef struct lv_image_cache_data_t lv_image_cache_data_t;