X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fexamples%2Fusbmouse%2Fcfg%2Fcfg_usbser.h;h=f8b87bd1cd208a7cd5e4dec6261ac65218ff6be4;hb=HEAD;hp=6e47012a6a012787a41a9a1b4f18c65ddcdbdce3;hpb=21ee60ddc5488f5fb26da3a2cd0b9e9f33a776a3;p=bertos.git diff --git a/boards/stm32-p103/examples/usbmouse/cfg/cfg_usbser.h b/boards/stm32-p103/examples/usbmouse/cfg/cfg_usbser.h index 6e47012a..f8b87bd1 100644 --- a/boards/stm32-p103/examples/usbmouse/cfg/cfg_usbser.h +++ b/boards/stm32-p103/examples/usbmouse/cfg/cfg_usbser.h @@ -43,7 +43,7 @@ * * $WIZ$ type = "autoenabled" */ -#define CONFIG_USBSER 0 +#define CONFIG_USBSER 1 /** * Module logging level. @@ -61,4 +61,18 @@ */ #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 */