kopia lustrzana https://github.com/bristol-seds/pico-tracker
Fixed typo in GDB commands script
rodzic
28e781c28f
commit
be177abbc1
2
Makefile
2
Makefile
|
@ -214,7 +214,7 @@ gdbscript: Makefile config.mk
|
||||||
@$(ECHO) "file $(TARGET).elf" >> gdbscript
|
@$(ECHO) "file $(TARGET).elf" >> gdbscript
|
||||||
ifdef BLACKMAGIC_PATH
|
ifdef BLACKMAGIC_PATH
|
||||||
@$(ECHO) "# Connect to a specified blackmagic" >> gdbscript
|
@$(ECHO) "# Connect to a specified blackmagic" >> gdbscript
|
||||||
@$(ECHO) "target external-remote $(BLACKMAGIC_PATH)" >> gdbscript
|
@$(ECHO) "target extended-remote $(BLACKMAGIC_PATH)" >> gdbscript
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Prints a list of symlinks to a device
|
# Prints a list of symlinks to a device
|
||||||
|
|
Ładowanie…
Reference in New Issue