[Components][WINUSB]Fix USB_VENDOR_ID and USB_PRODUCT_ID Macro

This commit is contained in:
uestczyh222 2018-03-09 15:28:57 +08:00
parent 55a1c11abc
commit 6bfb966d7d
1 changed files with 2 additions and 2 deletions

View File

@ -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