summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-08-17 13:33:15 +0700
committerhathach <[email protected]>2021-08-17 13:33:15 +0700
commitc050612142ba1ab52cce7c7141230d5108e9936b (patch)
treedb4cb1b7ed1ee820fc4dc646d14ffd8ce0caba51 /examples/device/hid_boot_interface
parenta6d18c400ddc6b61f665baae5672ed46af17c99c (diff)
fix ci build
Diffstat (limited to 'examples/device/hid_boot_interface')
-rw-r--r--examples/device/hid_boot_interface/src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/hid_boot_interface/src/main.c b/examples/device/hid_boot_interface/src/main.c
index 0d4bc8499..e5e2f6856 100644
--- a/examples/device/hid_boot_interface/src/main.c
+++ b/examples/device/hid_boot_interface/src/main.c
@@ -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)
{