Browse Source

[Components][WINUSB]Fix USB_VENDOR_ID and USB_PRODUCT_ID Macro

uestczyh222 7 years ago
parent
commit
6bfb966d7d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/drivers/Kconfig

+ 2 - 2
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