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
\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