mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-24 16:43:39 +00:00
fix ci build
This commit is contained in:
parent
a6d18c400d
commit
c050612142
@ -207,6 +207,8 @@ uint16_t tud_hid_get_report_cb(uint8_t instance, uint8_t report_id, hid_report_t
|
||||
// received data on OUT endpoint ( Report ID = 0, Type = 0 )
|
||||
void tud_hid_set_report_cb(uint8_t instance, uint8_t report_id, hid_report_type_t report_type, uint8_t const* buffer, uint16_t bufsize)
|
||||
{
|
||||
(void) report_id;
|
||||
|
||||
// keyboard interface
|
||||
if (instance == ITF_NUM_KEYBOARD)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user