Removed halt event when attaching to target

This commit is contained in:
cgsfv 2018-10-19 13:11:24 +02:00
parent 57103fc3c5
commit 663a9b8c09
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ proc init_target_events {} {
foreach t $targets {
set_default_target_event $t gdb-flash-erase-start "reset init"
set_default_target_event $t gdb-flash-write-end "reset halt"
set_default_target_event $t gdb-attach "halt"
}
}