Update stm32 examples cfg.
[bertos.git] / boards / stm32-p103 / examples / usbmouse / cfg / cfg_usbser.h
index 6e47012a6a012787a41a9a1b4f18c65ddcdbdce3..f8b87bd1cd208a7cd5e4dec6261ac65218ff6be4 100644 (file)
@@ -43,7 +43,7 @@
  *
  * $WIZ$ type = "autoenabled"
  */
-#define CONFIG_USBSER 0
+#define CONFIG_USBSER 1
 
 /**
  * Module logging level.
  */
 #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 */