Skip to content
Snippets Groups Projects
Commit 073a58cd authored by Dean Camera's avatar Dean Camera
Browse files

Fix broken Host ClassDriver MouseHostWithParser demo.

parent 849b9535
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ int main(void)
case HOST_STATE_Configured:
if (HID_Host_IsReportReceived(&Mouse_HID_Interface))
{
uint8_t MouseReport[Keyboard_HID_Interface.State.LargestReportSize];
uint8_t MouseReport[Mouse_HID_Interface.State.LargestReportSize];
HID_Host_ReceiveReport(&Mouse_HID_Interface, &MouseReport);
uint8_t LEDMask = LEDS_NO_LEDS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment