summaryrefslogtreecommitdiff
path: root/tcl/target/aduc702x.cfg
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-11-08 17:23:49 +0800
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-09 08:12:51 +0100
commite7b2958229c7e0d7e98e130764aa50d1ca9017d3 (patch)
tree93503ebca6e20ffe9ca968680b834ab75d809224 /tcl/target/aduc702x.cfg
parent4747af362de04b508c91df4004d2aed5579c8a1c (diff)
downloadopenocd_libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.tar.gz
openocd_libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.tar.bz2
openocd_libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.tar.xz
openocd_libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.zip
TCL scripts: replace "puts" with "echo"
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl/target/aduc702x.cfg')
-rw-r--r--tcl/target/aduc702x.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/aduc702x.cfg b/tcl/target/aduc702x.cfg
index d58b723a..dcb9c12f 100644
--- a/tcl/target/aduc702x.cfg
+++ b/tcl/target/aduc702x.cfg
@@ -45,7 +45,7 @@ flash bank $_FLASHNAME aduc702x 0 0 0 0 $_TARGETNAME
proc watchdog_service {} {
global watchdog_hdl
mww 0xffff036c 0
-# puts "watchdog!!"
+# echo "watchdog!!"
set watchdog_hdl [after 500 watchdog_service]
}