summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-24 00:18:18 +0700
committerhathach <[email protected]>2020-11-24 00:18:18 +0700
commit409a5fb7fc772b9f5f0c590c1688f5c5d001d167 (patch)
tree2007fe3c4ff0780cbabafe00748a1d2298d08f8d /examples/device
parent7860469661711bc9f73b2ae84529511693245d7b (diff)
fix ci build
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc_freertos/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_freertos/src/main.c b/examples/device/cdc_msc_freertos/src/main.c
index 3d2e6dc49..e90c3f0d9 100644
--- a/examples/device/cdc_msc_freertos/src/main.c
+++ b/examples/device/cdc_msc_freertos/src/main.c
@@ -200,6 +200,7 @@ void cdc_task(void* params)
void tud_cdc_line_state_cb(uint8_t itf, bool dtr, bool rts)
{
(void) itf;
+ (void) rts;
// connected
if ( dtr )