diff options
| author | Valentin Milea <[email protected]> | 2022-01-07 15:12:07 +0200 |
|---|---|---|
| committer | Valentin Milea <[email protected]> | 2022-01-07 15:12:07 +0200 |
| commit | c2533a45bd932d672458cf54d37ac5207a734e41 (patch) | |
| tree | a8d886bdccaed451053262b0d875612338389474 /examples/host/hid_controller/src | |
| parent | a284e438f1952315631f354dee2b30b264afb324 (diff) | |
| parent | 3b09b82123a50bef6b18cf90c2734ae7581da4a3 (diff) | |
Merge branch 'master' into feature/feedback_format
Diffstat (limited to 'examples/host/hid_controller/src')
| -rw-r--r-- | examples/host/hid_controller/src/hid_app.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/host/hid_controller/src/hid_app.c b/examples/host/hid_controller/src/hid_app.c index bbfea8182..582e01959 100644 --- a/examples/host/hid_controller/src/hid_app.c +++ b/examples/host/hid_controller/src/hid_app.c @@ -138,6 +138,8 @@ void hid_app_task(void) // therefore report_desc = NULL, desc_len = 0 void tuh_hid_mount_cb(uint8_t dev_addr, uint8_t instance, uint8_t const* desc_report, uint16_t desc_len) { + (void)desc_report; + (void)desc_len; uint16_t vid, pid; tuh_vid_pid_get(dev_addr, &vid, &pid); |
