mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
drivers/usbdev/Kconfig: Correct an error found in build testing. The type of CONFIG_RNDIS_SERIALSTR must be a string, not hex.
This commit is contained in:
@@ -703,8 +703,8 @@ config RNDIS_PRODUCTSTR
|
||||
default "RNDIS gadget"
|
||||
|
||||
config RNDIS_SERIALSTR
|
||||
hex "RNDIS serial string"
|
||||
default "0x1234"
|
||||
string "RNDIS serial string"
|
||||
default "1234"
|
||||
|
||||
config RNDIS_VERSIONNO
|
||||
hex "RNDIS Version Number"
|
||||
|
||||
Reference in New Issue
Block a user