aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb_descriptors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb_descriptors.c')
-rw-r--r--src/usb_descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb_descriptors.c b/src/usb_descriptors.c
index f55a0c5..97a525b 100644
--- a/src/usb_descriptors.c
+++ b/src/usb_descriptors.c
@@ -73,7 +73,7 @@ uint8_t const desc_fs_configuration[] = {
/* Interface number, string index, protocol, report descriptor len,
* EP In address, size & polling interval */
TUD_HID_DESCRIPTOR(ITF_NUM_HID, 5, HID_ITF_PROTOCOL_NONE,
- sizeof(desc_hid_report), EPNUM_HID, CFG_TUD_HID_EP_BUFSIZE, 5)
+ sizeof(desc_hid_report), EPNUM_HID, CFG_TUD_HID_EP_BUFSIZE, 1)
};
#if TUD_OPT_HIGH_SPEED