mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Fix broken Host ClassDriver MouseHostWithParser demo.
This commit is contained in:
parent
849b9535e7
commit
073a58cd29
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user