mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
jtag: fix state machine (issue introduce by commit 9e91c3)
This commit is contained in:
+1
-1
@@ -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:;
|
||||
|
||||
Reference in New Issue
Block a user