summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-24 15:02:28 +0700
committerhathach <[email protected]>2021-02-24 15:02:28 +0700
commit2934712e43c7ae42926a0c68513d53a64e7d9997 (patch)
treece94df91cb7a40a85129688f8cc560b8a19959e6 /examples
parenta07062672933a5e2ba21db806217ce69243ceabe (diff)
fix ci
Diffstat (limited to 'examples')
-rw-r--r--examples/device/hid_composite_freertos/src/usb_descriptors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/hid_composite_freertos/src/usb_descriptors.c b/examples/device/hid_composite_freertos/src/usb_descriptors.c
index da91b71ec..ccc1306bd 100644
--- a/examples/device/hid_composite_freertos/src/usb_descriptors.c
+++ b/examples/device/hid_composite_freertos/src/usb_descriptors.c
@@ -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;
}