fix ci build

This commit is contained in:
hathach 2020-11-24 00:18:18 +07:00
parent 7860469661
commit 409a5fb7fc
1 changed files with 1 additions and 0 deletions

View File

@ -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 )