TCL scripts: replace "puts" with "echo"
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
4747af362d
commit
e7b2958229
@@ -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]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user