fix(demo/hid_custom_inout_template): add missing macros

This commit is contained in:
sakumisu
2024-06-14 20:45:37 +08:00
parent bf8e092627
commit bf9a236c9a

View File

@@ -28,6 +28,11 @@
#define HIDRAW_OUT_EP_INTERVAL 10
#endif
#define USBD_VID 0xffff
#define USBD_PID 0xffff
#define USBD_MAX_POWER 100
#define USBD_LANGID_STRING 1033
/*!< config descriptor size */
#define USB_HID_CONFIG_DESC_SIZ (9 + 9 + 9 + 7 + 7)