fix ci build

This commit is contained in:
hathach
2020-11-24 00:18:18 +07:00
parent 7860469661
commit 409a5fb7fc

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 tud_cdc_line_state_cb(uint8_t itf, bool dtr, bool rts)
{ {
(void) itf; (void) itf;
(void) rts;
// connected // connected
if ( dtr ) if ( dtr )