diff --git a/flash_uploader.mk b/flash_uploader.mk index 2631135..84aee9b 100644 --- a/flash_uploader.mk +++ b/flash_uploader.mk @@ -44,5 +44,5 @@ gdb: $(ELF) -f $(OPEN_OCD_MK_CFG) \ -c 'transport select hla_swd; reset_config none' & arm-none-eabi-gdb $(ELF) \ - -ex 'target remote localhost:$(OPENOCD_PORT); monitor reset halt' \ + -ex 'target remote localhost:$(OPENOCD_PORT)' \ && killall openocd