diff options
| author | hathach <[email protected]> | 2018-11-26 12:25:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-26 12:29:55 +0700 |
| commit | 064eec5dd8e27b1f8e88b24a5d5071bbd8458a29 (patch) | |
| tree | 67c88215704cf88c386769577c61e6083a81d4d3 /examples/device/cdc_msc_hid/src | |
| parent | 4ec7dba453d414d0c0c67c6f5bab5a9ca9eba388 (diff) | |
clean up warnings
Diffstat (limited to 'examples/device/cdc_msc_hid/src')
| -rw-r--r-- | examples/device/cdc_msc_hid/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_hid/src/main.c b/examples/device/cdc_msc_hid/src/main.c index 9d3e088cf..03bc8a879 100644 --- a/examples/device/cdc_msc_hid/src/main.c +++ b/examples/device/cdc_msc_hid/src/main.c @@ -187,6 +187,7 @@ void tud_umount_cb(void) void tud_cdc_rx_cb(uint8_t itf) { + (void) itf; } //--------------------------------------------------------------------+ |
