This commit is contained in:
Joerg Wunsch
2022-02-18 21:37:27 +01:00
parent ba01fd7e30
commit c1ec836fbd
2 changed files with 6 additions and 0 deletions

View File

@@ -161,6 +161,11 @@ static int updi_physical_send_double_break(PROGRAMMER * pgm)
updi_set_rtsdtr_mode(pgm);
/*
* drain any extraneous input
*/
serial_drain(&pgm->fd, 0);
return 0;
}