[Components][WINUSB]Fix USB_VENDOR_ID and USB_PRODUCT_ID Macro
This commit is contained in:
parent
55a1c11abc
commit
6bfb966d7d
|
@ -181,10 +181,10 @@ menu "Using USB"
|
|||
default n
|
||||
|
||||
if RT_USING_USB_DEVICE
|
||||
config CONFIG_USB_VENDOR_ID
|
||||
config USB_VENDOR_ID
|
||||
hex "USB Vendor ID"
|
||||
default 0x0FFE
|
||||
config CONFIG_USB_PRODUCT_ID
|
||||
config USB_PRODUCT_ID
|
||||
hex "USB Product ID"
|
||||
default 0x0001
|
||||
|
||||
|
|
Loading…
Reference in New Issue