mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-14 18:40:37 +00:00
fix ci build
This commit is contained in:
parent
7860469661
commit
409a5fb7fc
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user