X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Faduc702x.cfg;h=fca0a7f969fb9ddc78d9703d8cd4c2a4764bb0d2;hb=adb8ec32dc7439aa3e34ab19f026e390ec129c10;hp=f06dc33f46982565c0e3f0fabf6651280338acfb;hpb=ca45e700b1c57caca2ef08e665e3c7e3e02ac8d3;p=openocd.git diff --git a/tcl/target/aduc702x.cfg b/tcl/target/aduc702x.cfg index f06dc33f46..fca0a7f969 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 }