mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Kconfig: fix non-string default values uniformity
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
c562263205
commit
67d8a82393
@@ -828,7 +828,7 @@ endif # !USBMSC_COMPOSITE
|
||||
|
||||
config USBMSC_VERSIONNO
|
||||
hex "USB MSC Version Number"
|
||||
default "0x399"
|
||||
default 0x399
|
||||
|
||||
config USBMSC_REMOVABLE
|
||||
bool "Mass storage removable"
|
||||
|
||||
Reference in New Issue
Block a user