From be177abbc1a8a4e3063ef22ed6e404bdaf95509d Mon Sep 17 00:00:00 2001 From: Richard Eoin Meadows Date: Sun, 27 Jul 2014 12:58:53 +0100 Subject: [PATCH] Fixed typo in GDB commands script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e735633..b110c15 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ gdbscript: Makefile config.mk @$(ECHO) "file $(TARGET).elf" >> gdbscript ifdef BLACKMAGIC_PATH @$(ECHO) "# Connect to a specified blackmagic" >> gdbscript - @$(ECHO) "target external-remote $(BLACKMAGIC_PATH)" >> gdbscript + @$(ECHO) "target extended-remote $(BLACKMAGIC_PATH)" >> gdbscript endif # Prints a list of symlinks to a device