diff options
| -rw-r--r-- | demo/hid_custom_inout_template.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demo/hid_custom_inout_template.c b/demo/hid_custom_inout_template.c index d5c3b7e0..92bca37b 100644 --- a/demo/hid_custom_inout_template.c +++ b/demo/hid_custom_inout_template.c @@ -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) |
