fix(demo/hid_custom_inout_template): add missing macros
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
#define HIDRAW_OUT_EP_INTERVAL 10
|
#define HIDRAW_OUT_EP_INTERVAL 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define USBD_VID 0xffff
|
||||||
|
#define USBD_PID 0xffff
|
||||||
|
#define USBD_MAX_POWER 100
|
||||||
|
#define USBD_LANGID_STRING 1033
|
||||||
|
|
||||||
/*!< config descriptor size */
|
/*!< config descriptor size */
|
||||||
#define USB_HID_CONFIG_DESC_SIZ (9 + 9 + 9 + 7 + 7)
|
#define USB_HID_CONFIG_DESC_SIZ (9 + 9 + 9 + 7 + 7)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user