Fix to HID device mode Class driver, so that new reports are compared against the...
[pub/USBasp.git] / Demos / Device / ClassDriver / Joystick / Joystick.c
index 9a1080c..d9ff6ca 100644 (file)
@@ -48,8 +48,6 @@ USB_ClassInfo_HID_Device_t Joystick_HID_Interface =
 \r
                                .ReportINEndpointNumber  = JOYSTICK_EPNUM,\r
                                .ReportINEndpointSize    = JOYSTICK_EPSIZE,\r
-                               \r
-                               .ReportINBufferSize      = sizeof(USB_JoystickReport_Data_t),\r
                        },\r
        };\r
 \r