Update stm32 examples cfg.
[bertos.git] / boards / stm32-p103 / examples / usbserial / cfg / cfg_usbser.h
index 191409c22958d12d7c39d6091271e7905998d4f7..f8b87bd1cd208a7cd5e4dec6261ac65218ff6be4 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 */