mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user