mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.
This commit is contained in:
@@ -139,7 +139,7 @@ void EVENT_USB_Device_ControlRequest(void)
|
||||
|
||||
/* Read the report data from the control endpoint */
|
||||
Endpoint_Read_Control_Stream_LE(&GenericData, sizeof(GenericData));
|
||||
Endpoint_ClearOUT();
|
||||
Endpoint_ClearIN();
|
||||
|
||||
ProcessGenericHIDReport(GenericData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user