mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
configs/teensy-3.x/usbnsh/defconfig: Fix a mismatch in types.
This commit is contained in:
parent
49635f6e1f
commit
09dca5ef69
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ CONFIG_UART0_SERIAL_CONSOLE=y
|
|||
CONFIG_USBDEV=y
|
||||
CONFIG_USBDEV_BUSPOWERED=y
|
||||
CONFIG_USBDEV_TRACE=y
|
||||
CONFIG_USBDEV_TRACE_INITIALIDSET=0xff
|
||||
CONFIG_USBDEV_TRACE_INITIALIDSET=255
|
||||
CONFIG_USBMONITOR=y
|
||||
CONFIG_USBMONITOR_TRACECLASS=y
|
||||
CONFIG_USBMONITOR_TRACECONTROLLER=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue