Skip to content

Commit

Permalink
xilinx: fixed the formatting for the IR return value for the XCVU440
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Sep 16, 2023
1 parent df187e1 commit 9703093
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 @@ -113,7 +113,7 @@ const jtag_dev_descr_s dev_descr[] = {
.ir_quirks =
{
.ir_length = 18U,
.ir_value = 0b010001010001010001U,
.ir_value = 0x11451U,
},
},
{
Expand Down

0 comments on commit 9703093

Please sign in to comment.