diff --git a/lib_xua/src/hid/hid_report_descriptor.c b/lib_xua/src/hid/hid_report_descriptor.c index 7e67e994..afbb1d28 100644 --- a/lib_xua/src/hid/hid_report_descriptor.c +++ b/lib_xua/src/hid/hid_report_descriptor.c @@ -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;