Fix to HID device mode Class driver, so that new reports are compared against the...
[pub/USBasp.git] / Demos / Device / ClassDriver / Mouse / Mouse.c
index 4bb1fa1..4489434 100644 (file)
@@ -48,8 +48,6 @@ USB_ClassInfo_HID_Device_t Mouse_HID_Interface =
 \r
                                .ReportINEndpointNumber  = MOUSE_EPNUM,\r
                                .ReportINEndpointSize    = MOUSE_EPSIZE,\r
-\r
-                               .ReportINBufferSize      = sizeof(USB_MouseReport_Data_t),\r
                        },\r
        };\r
 \r