mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 01:14:56 +00:00
PR #882 done
This commit is contained in:
1
NEWS
1
NEWS
@@ -131,6 +131,7 @@ Changes since version 6.4:
|
|||||||
- Add fuse name aliases to avrdude.conf + tweak update.c #869
|
- Add fuse name aliases to avrdude.conf + tweak update.c #869
|
||||||
- Print JTAG3 clocks after configuration + string formatting #853
|
- Print JTAG3 clocks after configuration + string formatting #853
|
||||||
- Tweak programmer info formatting strings #872
|
- Tweak programmer info formatting strings #872
|
||||||
|
- Remove libhid support in ser_avrdoper.c in favor of libhidapi #882
|
||||||
|
|
||||||
* Internals:
|
* Internals:
|
||||||
|
|
||||||
|
|||||||
@@ -161,6 +161,11 @@ static int updi_physical_send_double_break(PROGRAMMER * pgm)
|
|||||||
|
|
||||||
updi_set_rtsdtr_mode(pgm);
|
updi_set_rtsdtr_mode(pgm);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* drain any extraneous input
|
||||||
|
*/
|
||||||
|
serial_drain(&pgm->fd, 0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user