mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-24 01:56:25 +03:00
Remove -U/-T/-t heading when only one requested
This commit is contained in:
@@ -1724,6 +1724,8 @@ skipopen:
|
||||
|
||||
|
||||
int wrmem = 0, terminal = 0;
|
||||
if(lsize(updates) <= 1)
|
||||
uflags |= UF_NOHEADING;
|
||||
for (ln=lfirst(updates); ln; ln=lnext(ln)) {
|
||||
const AVRMEM *m;
|
||||
upd = ldata(ln);
|
||||
|
||||
Reference in New Issue
Block a user