mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
fix ci
This commit is contained in:
parent
a070626729
commit
2934712e43
@ -84,6 +84,7 @@ uint8_t const desc_hid_report[] =
|
||||
// Descriptor contents must exist long enough for transfer to complete
|
||||
uint8_t const * tud_hid_descriptor_report_cb(uint8_t itf)
|
||||
{
|
||||
(void) itf;
|
||||
return desc_hid_report;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user