Skip to content

Commit

Permalink
jtag: fixed a sleepy bug that specified a 12-bit xilinx IR as 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Sep 16, 2023
1 parent 9703093 commit 89bfc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/jtag_devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const jtag_dev_descr_s dev_descr[] = {
.descr = "Xilinx 12-bit IR.",
.ir_quirks =
{
.ir_length = 6U,
.ir_length = 12U,
.ir_value = 1U,
},
},
Expand Down

0 comments on commit 89bfc14

Please sign in to comment.