Added support for the officially recommended layout of the external peripherals conne...
[pub/lufa.git] / Demos / Host / ClassDriver / MouseHost / MouseHost.c
index 5b9b443..b80a91c 100644 (file)
@@ -110,12 +110,7 @@ int main(void)
                                printf("Mouse Enumerated.\r\n");\r
                                USB_HostState = HOST_STATE_Configured;\r
                                break;\r
-                       case HOST_STATE_Configured:\r
-                               if (HID_Host_IsReportReceived(&Mouse_HID_Interface))\r
-                               {\r
-                                       \r
-                               }\r
-                       \r
+                       case HOST_STATE_Configured:                     \r
                                break;\r
                }\r
        \r