Update stm32 examples cfg.
[bertos.git] / boards / stm32-p103 / examples / usbmouse / cfg / cfg_usbmouse.h
index 5be32dbac5b3d98c51850b0d64cda5732fd9cbfc..1af387c3a14cbfe554f9b5304a0c7d9540736c53 100644 (file)
  */
 #define USB_MOUSE_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * USB vendor ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_MOUSE_VENDOR_ID      0xffff
+
+/**
+ * USB product ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_MOUSE_PRODUCT_ID     0x0000
+
 #endif /* CFG_USBMOUSE_H */