mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 17:46:33 +03:00
help flag should be false by default, again
This commit is contained in:
@@ -463,7 +463,7 @@ static int serprog_get_sck_period(const PROGRAMMER *pgm, double *v) {
|
||||
|
||||
static int serprog_parseextparams(const PROGRAMMER *pgm, const LISTID extparms) {
|
||||
int rv = 0;
|
||||
bool help = true;
|
||||
bool help = false;
|
||||
|
||||
for(LNODEID ln = lfirst(extparms); ln; ln = lnext(ln)) {
|
||||
const char *extended_param = ldata(ln);
|
||||
|
||||
Reference in New Issue
Block a user