fix(fsdrv): add missing lv_fs_littlefs_init function declaration (#5778)

This commit is contained in:
Rocky
2024-03-06 02:18:28 +08:00
committed by GitHub
parent c326e31a87
commit 481dd7b912
+4
View File
@@ -47,6 +47,10 @@ void lv_fs_win32_init(void);
void lv_fs_memfs_init(void);
#endif
#if LV_USE_FS_LITTLEFS
void lv_fs_littlefs_init(void);
#endif
/**********************
* MACROS
**********************/