This commit is contained in:
MCUdude
2023-06-21 23:25:59 +02:00
parent 78cbe7e6e0
commit 164ea88b40

View File

@@ -1417,7 +1417,7 @@ static int jtagmkII_parseextparms(const PROGRAMMER *pgm, const LISTID extparms)
if (str_caseeq(rts_mode, "low")) {
PDATA(pgm)->rts_mode = RTS_MODE_LOW;
} else if (str_caseeq(rts_mode, "high")) {
PDATA(pgm)->rts_mode = RTS_MODE_LOW;
PDATA(pgm)->rts_mode = RTS_MODE_HIGH;
} else {
pmsg_error("RTS/DTR mode must be LOW or HIGH\n");
return -1;