tinyusb/examples/device/hid_composite_freertos
hathach 556b5d5044 change report len in hid API from uint8_t to uint16_t
since HS interrupt endpoint can be up to 1024, 8-bit is not enough.
affected APIs are:
- tud_hid_n_report() / tud_hid_report()
- tud_hid_report_complete_cb()
2022-06-27 12:22:36 +07:00
..
2021-04-18 01:50:16 +07:00
2021-10-17 16:36:53 +07:00