summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-24 00:47:06 +0700
committerhathach <[email protected]>2020-11-24 00:47:06 +0700
commit494e125432ca3eb6faa5de2896cfb8e2e7143ddb (patch)
treecb6eee5f2dbb43258951f8aee102b93783c91e1b /examples
parent409a5fb7fc772b9f5f0c590c1688f5c5d001d167 (diff)
more ci
Diffstat (limited to 'examples')
-rw-r--r--examples/device/cdc_msc/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/cdc_msc/src/main.c b/examples/device/cdc_msc/src/main.c
index 6b13ba5a4..a20a80fcd 100644
--- a/examples/device/cdc_msc/src/main.c
+++ b/examples/device/cdc_msc/src/main.c
@@ -133,6 +133,7 @@ void cdc_task(void)
void tud_cdc_line_state_cb(uint8_t itf, bool dtr, bool rts)
{
(void) itf;
+ (void) rts;
// connected
if ( dtr )