Move HID_REPORT_COUNT to hid_report_descriptor.h

This commit is contained in:
mbanth
2021-11-26 16:30:47 +00:00
parent bf9e150310
commit 3b6f1c80e2

View File

@@ -215,7 +215,6 @@ unsigned hidGetReportItem(
return retVal;
}
#define HID_REPORT_COUNT ( sizeof hidReports / sizeof ( USB_HID_Report_Element_t* ))
size_t hidGetReportLength( const unsigned id )
{
size_t retVal = 0U;