fix(Kconfig): Fix wrong type of LV_FS_STDIO_CACHE_SIZE (#3898)

This commit is contained in:
Mr.9You
2023-01-06 04:11:15 +08:00
committed by GitHub
parent 26767e7f64
commit 699eca1542

View File

@@ -899,7 +899,8 @@ menu "LVGL configuration"
string "Set the working directory"
depends on LV_USE_FS_STDIO
config LV_FS_STDIO_CACHE_SIZE
string ">0 to cache this number of bytes in lv_fs_read()"
int ">0 to cache this number of bytes in lv_fs_read()"
default 0
depends on LV_USE_FS_STDIO
config LV_USE_FS_POSIX