X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a459f10b0c1a3e02f160ff3a1a2a0b45ae5b69a7..8711dc7ced0ed02a33a96222d86bd27f65c239ed:/Demos/Host/ClassDriver/MouseHost/MouseHost.c?ds=inline diff --git a/Demos/Host/ClassDriver/MouseHost/MouseHost.c b/Demos/Host/ClassDriver/MouseHost/MouseHost.c index 382b89920..65fb4893a 100644 --- a/Demos/Host/ClassDriver/MouseHost/MouseHost.c +++ b/Demos/Host/ClassDriver/MouseHost/MouseHost.c @@ -105,6 +105,11 @@ int main(void) USB_HostState = HOST_STATE_Configured; break; case HOST_STATE_Configured: + if (HID_Host_ReportReceived(&Mouse_HID_Interface)) + { + + } + break; }