fix ci build

This commit is contained in:
hathach 2021-08-17 13:33:15 +07:00
parent a6d18c400d
commit c050612142
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{