Skip to content

Commit

Permalink
../src/gwu2x_jtag.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed May 22, 2024
1 parent 26b4516 commit 578c899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gwu2x_jtag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ int GowinGWU2x::toggleClk(uint8_t tms, uint8_t tdi, uint32_t clk_len)
* 0: 1 clk cycle, 0xffff: 65535 clk cycles
*/
/* No need to check/flush buffer will be done by store_seq */
uint16_t len = 0;
uint32_t len = 0;
if (_verbose)
printf("toggleClk : %02x %02x %u\n", tms, tdi, clk_len);

Expand Down

0 comments on commit 578c899

Please sign in to comment.