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