Merge pull request #1269 from uestczyh222/master

[Components][WINUSB]Fix USB_VENDOR_ID and USB_PRODUCT_ID  Macro
This commit is contained in:
ZYH 2018-03-09 15:29:50 +08:00 committed by GitHub
commit 1b886e78b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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