jtag: fix state machine (issue introduce by commit 9e91c3)

This commit is contained in:
Gwenhael Goavec-Merou
2023-09-06 15:47:32 +02:00
parent 8989ac9768
commit 61b59ce827
+1 -1
View File
@@ -620,7 +620,7 @@ void Jtag::set_state(tapState_t newState)
_state = RUN_TEST_IDLE;
} else {
tms = 1;
_state = SELECT_IR_SCAN;
_state = SELECT_DR_SCAN;
}
break;
case UNKNOWN:;