diff options
| author | hathach <[email protected]> | 2020-11-24 00:47:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-11-24 00:47:06 +0700 |
| commit | 494e125432ca3eb6faa5de2896cfb8e2e7143ddb (patch) | |
| tree | cb6eee5f2dbb43258951f8aee102b93783c91e1b /examples | |
| parent | 409a5fb7fc772b9f5f0c590c1688f5c5d001d167 (diff) | |
more ci
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_msc/src/main.c | 1 |
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 ) |
