fix(Kconfig): change the type of LV_FS_STDIO_LETTER from string to int (#3282)

This commit is contained in:
ZiyangYE
2022-04-25 04:07:58 -07:00
committed by GitHub
parent c9ab5e4e55
commit 95620285bd

View File

@@ -881,7 +881,8 @@ menu "LVGL configuration"
config LV_USE_FS_STDIO
bool "File system on top of stdio API"
config LV_FS_STDIO_LETTER
string "Set an upper cased letter on which the drive will accessible (e.g. 'A' i.e. 65 )"
int "Set an upper cased letter on which the drive will accessible (e.g. 'A' i.e. 65 )"
default 0
depends on LV_USE_FS_STDIO
config LV_FS_STDIO_PATH
string "Set the working directory"