USB: integrate vendor and product ID configuration in the wizard
[bertos.git] / bertos / cfg / cfg_usbser.h
index 6e47012a6a012787a41a9a1b4f18c65ddcdbdce3..1fa44e7329320d1419e563f1b8ece35f9759aa8b 100644 (file)
  */
 #define USB_SERIAL_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * USB vendor ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_SERIAL_VENDOR_ID      0x05f9
+
+/**
+ * USB product ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_SERIAL_PRODUCT_ID     0xffff
+
 #endif /* CFG_USBSER_H */