From 6bfb966d7d74567f190dcc11482f087ffb03023f Mon Sep 17 00:00:00 2001 From: uestczyh222 Date: Fri, 9 Mar 2018 15:28:57 +0800 Subject: [PATCH] [Components][WINUSB]Fix USB_VENDOR_ID and USB_PRODUCT_ID Macro --- components/drivers/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 4cff653fe2..90ad1c940f 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -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 -- GitLab