summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-12-07 19:24:41 +0700
committerGitHub <[email protected]>2021-12-07 19:24:41 +0700
commitc157837878a4ffd4547d9983693a9214f2088151 (patch)
treed45c032efac7d2ebccb738cb224cd76c094f6be4 /examples/host/hid_controller/src
parentf8288be03f28ad7b944e6925f49422dfa39202c5 (diff)
parenta5251cb86bb35a2da1248e6d32106c694891b02b (diff)
Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401y
Add a HCD driver for MSP-EXP432E401Y
Diffstat (limited to 'examples/host/hid_controller/src')
-rw-r--r--examples/host/hid_controller/src/hid_app.c2
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);