summaryrefslogtreecommitdiff
path: root/tcl/target/aduc702x.cfg
diff options
context:
space:
mode:
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]
}