Fix issue in CDC device class driver where received data the size of the data endpoin...
[pub/USBasp.git] / Demos / Host / ClassDriver / MouseHost / MouseHost.c
index 382b899..65fb489 100644 (file)
@@ -105,6 +105,11 @@ int main(void)
                                USB_HostState = HOST_STATE_Configured;\r
                                break;\r
                        case HOST_STATE_Configured:\r
+                               if (HID_Host_ReportReceived(&Mouse_HID_Interface))\r
+                               {\r
+                                       \r
+                               }\r
+                       \r
                                break;\r
                }\r
        \r