Oops - with new changes to the way the device Configuration Descriptor is retrieved...
[pub/USBasp.git] / Demos / Host / LowLevel / MouseHostWithParser / MouseHostWithParser.c
index 31820be..69ba64b 100644 (file)
@@ -166,7 +166,7 @@ void Mouse_HID_Task(void)
                                break;\r
                        }\r
                        \r
-                       puts_P(PSTR("Processing HID Report.\r\n"));\r
+                       printf_P(PSTR("Processing HID Report (Size %d Bytes).\r\n"), HIDReportSize);\r
 \r
                        /* Get and process the device's first HID report descriptor */\r
                        if ((ErrorCode = GetHIDReportData()) != ParseSuccessful)\r
@@ -179,7 +179,7 @@ void Mouse_HID_Task(void)
                                \r
                                /* Wait until USB device disconnected */\r
                                USB_HostState = HOST_STATE_WaitForDeviceRemoval;\r
-                               break;                  \r
+                               break;\r
                        }\r
 \r
                        puts_P(PSTR("Mouse Enumerated.\r\n"));\r