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:
parent
173b4f9d0a
commit
2478c18745
|
@ -1495,7 +1495,7 @@ static int jtag3_parseextparms(PROGRAMMER * pgm, LISTID extparms)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (matches(extended_param, "hvupdi")) {
|
else if (strcmp(extended_param, "hvupdi") == 0) {
|
||||||
PDATA(pgm)->use_hvupdi = true;
|
PDATA(pgm)->use_hvupdi = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue