USB HID REPORT DESCRIPTOR SIZE
I have a report descriptor that consist of 456 bytes. The problem is : When i define USBD_CUSTOM_HID_REPORT_DESC_SIZE 456 in usbd_conf.h file, it raises overlow warning and my hid device no longer works. How can i define hid descriptor size bigge...