jtag: fix state machine (issue introduce by commit 9e91c3)
This commit is contained in:
parent
8989ac9768
commit
61b59ce827
|
|
@ -620,7 +620,7 @@ void Jtag::set_state(tapState_t newState)
|
||||||
_state = RUN_TEST_IDLE;
|
_state = RUN_TEST_IDLE;
|
||||||
} else {
|
} else {
|
||||||
tms = 1;
|
tms = 1;
|
||||||
_state = SELECT_IR_SCAN;
|
_state = SELECT_DR_SCAN;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case UNKNOWN:;
|
case UNKNOWN:;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue