((ReportSizeFeatureBits >> 3) + ((ReportSizeFeatureBits & 0x07) != 0)));\r
}\r
\r
- printf_P(PSTR("\r\n\r\nReport Items: %d\r\n"), HIDReportInfo.TotalDeviceReports);\r
+ puts_P(PSTR("\r\nReport Items:\r\n"));\r
for (uint8_t ItemIndex = 0; ItemIndex < HIDReportInfo.TotalReportItems; ItemIndex++)\r
{\r
const HID_ReportItem_t* RItem = &HIDReportInfo.ReportItems[ItemIndex];\r