Fix to HID device mode Class driver, so that new reports are compared against the...
[pub/USBasp.git] / Demos / Device / ClassDriver / GenericHID / GenericHID.c
index 72063b6..b04f7af 100644 (file)
@@ -48,8 +48,6 @@ USB_ClassInfo_HID_Device_t Generic_HID_Interface =
 \r
                                .ReportINEndpointNumber  = GENERIC_IN_EPNUM,\r
                                .ReportINEndpointSize    = GENERIC_EPSIZE,\r
-                               \r
-                               .ReportINBufferSize      = GENERIC_REPORT_SIZE,\r
                        },\r
        };\r
 \r