target: remove legacy target events
[fw/openocd] / tcl / target / aduc702x.cfg
index f06dc33f46982565c0e3f0fabf6651280338acfb..fca0a7f969fb9ddc78d9703d8cd4c2a4764bb0d2 100644 (file)
@@ -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 }