mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
more ci
This commit is contained in:
parent
409a5fb7fc
commit
494e125432
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user