parent
28be45d8b6
commit
7144a9f2ae
|
@ -623,8 +623,8 @@ static int stk500_parseextparms(PROGRAMMER * pgm, LISTID extparms)
|
||||||
|
|
||||||
if (sscanf(extended_param, "attempts=%2d", &attempts) == 1) {
|
if (sscanf(extended_param, "attempts=%2d", &attempts) == 1) {
|
||||||
PDATA(pgm)->retry_attempts = attempts;
|
PDATA(pgm)->retry_attempts = attempts;
|
||||||
avrdude_message(MSG_INFO, "%s: serialupdi_parseextparms(): invalid extended parameter '%s'\n",
|
avrdude_message(MSG_INFO, "%s: Setting number of retry attempts to %d\n",
|
||||||
progname, extended_param);
|
progname, attempts);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue