X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/7c6b2019a302fb064665c1a69e559678c299e9bb..cd0adb7574525978f50eabd536f7563f2d9f9aa7:/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 5b9b4431e..b80a91c26 100644 --- a/Demos/Host/ClassDriver/MouseHost/MouseHost.c +++ b/Demos/Host/ClassDriver/MouseHost/MouseHost.c @@ -110,12 +110,7 @@ int main(void) printf("Mouse Enumerated.\r\n"); USB_HostState = HOST_STATE_Configured; break; - case HOST_STATE_Configured: - if (HID_Host_IsReportReceived(&Mouse_HID_Interface)) - { - - } - + case HOST_STATE_Configured: break; }