mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(Kconfig): change the type of LV_FS_STDIO_LETTER from string to int (#3282)
This commit is contained in:
parent
c9ab5e4e55
commit
95620285bd
3
Kconfig
3
Kconfig
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user