aboutsummaryrefslogtreecommitdiff
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 f06dc33f..fca0a7f9 100644
--- a/tcl/target/aduc702x.cfg
+++ b/tcl/target/aduc702x.cfg
@@ -50,4 +50,4 @@ proc watchdog_service {} {
}
$_TARGETNAME configure -event reset-halt-post { watchdog_service }
-$_TARGETNAME configure -event old-pre_resume { global watchdog_hdl; after cancel $watchdog_hdl }
+$_TARGETNAME configure -event resume-start { global watchdog_hdl; after cancel $watchdog_hdl }