Alexander Mueller
Alexander Mueller
The bower.json specifically states you are not to include assets like fonts and globs are not allowed. See: https://github.com/bower/spec/blob/master/json.md
Use "stdbool.h" instead of yet a nother bool typedef.
Right now there is one report descriptor size for all CustomHID interfaces, defined with `USBD_CUSTOM_HID_REPORT_DESC_SIZE`. To adress this, the structure `USBD_CUSTOM_HID_ItfTypeDef` should contain a field with the actual report descriptor...
Right now if you have more than 1 CustomHID interface, all interfaces have report descriptors of the same size. Support different sizes by adding an entry to USBD_CUSTOM_HID_ItfTypeDef. The default...
Code otherwise never gets called in NDEBUG environments.