summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-06-14 20:45:37 +0800
committersakumisu <[email protected]>2024-06-14 20:45:47 +0800
commitbf9a236c9a856f9e38b92c1acfb515d7943df516 (patch)
treeb3c1da81533c9a8d75993e713773fe8bd097e3f1
parentbf8e092627716e24f35ca3860448f6ffba787461 (diff)
fix(demo/hid_custom_inout_template): add missing macros
-rw-r--r--demo/hid_custom_inout_template.c5
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)