Update RISCV_SCAN_DELAY_MAX
to UINT_MAX
#1137
Labels
Good First Issue
This label marks the first good issue for anyone willing to contribute to the project.
riscv-openocd/src/target/riscv/batch.h
Lines 48 to 55 in 3bed4c8
The reason for making
RISCV_SCAN_DELAY_MAX
INT_MAX / 2
no longer holds --jtag_add_runtest()
accepts anunsigned int
since 0847a4d.riscv-openocd/src/jtag/core.c
Line 592 in 3bed4c8
This makes it possible to increase
RISCV_SCAN_DELAY_MAX
and remove/simplify checks.The text was updated successfully, but these errors were encountered: