mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Do not let the hvupdi extended option take any configuration values. The hvupdi type is implied by the part configuration.
This commit is contained in:
@@ -1495,7 +1495,7 @@ static int jtag3_parseextparms(PROGRAMMER * pgm, LISTID extparms)
|
||||
continue;
|
||||
}
|
||||
|
||||
else if (matches(extended_param, "hvupdi")) {
|
||||
else if (strcmp(extended_param, "hvupdi") == 0) {
|
||||
PDATA(pgm)->use_hvupdi = true;
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user