diff options
| author | sakumisu <[email protected]> | 2024-06-14 20:45:37 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-06-14 20:45:47 +0800 |
| commit | bf9a236c9a856f9e38b92c1acfb515d7943df516 (patch) | |
| tree | b3c1da81533c9a8d75993e713773fe8bd097e3f1 | |
| parent | bf8e092627716e24f35ca3860448f6ffba787461 (diff) | |
fix(demo/hid_custom_inout_template): add missing macros
| -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) |
