USB: integrate vendor and product ID configuration in the wizard
[bertos.git] / bertos / drv / usbser.c
index da9750da46973b997504b788b9c55fd2c8f7558c..00377d12cef07b4227905fa3a68e69bc7468261f 100644 (file)
@@ -58,8 +58,8 @@
 
 #include "drv/usbser.h"
 
-#define USB_SERIAL_VENDOR_ID   0x05f9
-#define USB_SERIAL_PRODUCT_ID  0xffff
+#define USB_SERIAL_VENDOR_ID   USB_SERIAL_VENDOR_ID
+#define USB_SERIAL_PRODUCT_ID  USB_SERIAL_PRODUCT_ID
 
 #define USB_SERIAL_INTERFACES  1
 #define USB_SERIAL_ENDPOINTS   3