Fix to HID device mode Class driver, so that new reports are compared against the...
[pub/USBasp.git] / Demos / Device / ClassDriver / Keyboard / Keyboard.c
index ba0d239..cd8c3e6 100644 (file)
@@ -49,8 +49,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