Fix to HID device mode Class driver, so that new reports are compared against the...
[pub/USBasp.git] / Projects / Magstripe / Magstripe.c
index aaa432d..898ad3c 100644 (file)
@@ -57,8 +57,6 @@ USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
 \r
                                .ReportINEndpointNumber  = KEYBOARD_EPNUM,\r
                                .ReportINEndpointSize    = KEYBOARD_EPSIZE,\r
-                               \r
-                               .ReportINBufferSize      = sizeof(USB_KeyboardReport_Data_t),\r
                        },\r
        };\r
 \r