Skip to content
Snippets Groups Projects
Commit aef29d91 authored by oharboe's avatar oharboe
Browse files

Duane Ellis: added missing invocation of reset-init

git-svn-id: svn://svn.berlios.de/openocd/trunk@1013 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent ebbd959a
Branches
No related tags found
No related merge requests found
......@@ -271,7 +271,8 @@ proc ocd_process_reset { MODE } {
set err [catch "$t arp_waitstate halted 5000"]
# Did it halt?
if { $err == 0 } {
$t invoke-event old-post_reset
$t invoke-event old-post_reset
$t invoke-event reset-init
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment