diff options
Diffstat (limited to 'tcl/target')
-rw-r--r-- | tcl/target/telo.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/telo.cfg b/tcl/target/telo.cfg index 40674b9d..aa9ff225 100644 --- a/tcl/target/telo.cfg +++ b/tcl/target/telo.cfg @@ -13,7 +13,7 @@ source [find target/c100helper.tcl] # use libftdi.so library instead with this script # make the reset asserted to # allow RC circuit to discharge for: [ms] -jtag_nsrst_assert_width 100 +adapter_nsrst_assert_width 100 jtag_ntrst_assert_width 100 # don't talk to JTAG after reset for: [ms] adapter_nsrst_delay 100 |