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

View File

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