diff --git a/src/HID/HID.h b/src/HID/HID.h index bb55aa2..c113f52 100644 --- a/src/HID/HID.h +++ b/src/HID/HID.h @@ -162,7 +162,7 @@ class HID_ : public PluggableUSBModule // https://isocpp.org/wiki/faq/ctors#static-init-order-on-first-use HID_& HID(); -#define D_HIDREPORT(length) { 9, 0x21, 0x01, 0x01, 0x21, 1, 0x22, lowByte(length), highByte(length) } +#define D_HIDREPORT(length) { 9, 0x21, 0x01, 0x01, 0, 1, 0x22, lowByte(length), highByte(length) } #endif // USBCON