Skip to content

Commit 51c609b

Browse files
committed
Fix last IR in Transfer
1 parent 147b100 commit 51c609b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ where
10181018
if matches!(response_value, TransferResult::Ok(_)) {
10191019
// Select JTAG chain
10201020
if ir != JTAG_DPACC {
1021-
jtag.shift_ir(ir);
1021+
jtag.shift_ir(JTAG_DPACC);
10221022
}
10231023

10241024
// Check last write, or read previous read's result.

0 commit comments

Comments
 (0)