remove GDB breakpoint at startup

pull/1/head
Sebastien Bourdeauducq 2017-08-06 19:56:04 +08:00
parent e676cb59bf
commit cccd6e52f6
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
target remote :3333
monitor arm semihosting enable
load
tbreak cortex_m_rt::reset_handler
monitor reset halt
continue