Fix typo in makefile

This commit is contained in:
Michal Podhradsky
2017-02-12 18:50:22 -08:00
parent 1a783c5edd
commit a64141f406
-1
View File
@@ -144,7 +144,6 @@ else ifeq ($(FLASH_MODE),SWD)
# only works if BMP_PORT is defined
BMP_PORT ?= $(shell ls /dev/bmp-gdb 2>/dev/null || echo /dev/ttyACM0)
BMP_UPLOAD_SCRIPT ?= $(PAPARAZZI_SRC)/sw/tools/flash_scripts/bmp_swd_flash.scr
$(info BMP_PORT = $(BMP_PORT))
upload: $(OBJDIR)/$(TARGET).elf
@echo "Assuming luftboot bootloader: $(ASSUMING_LUFTBOOT)"
@echo "Using Black Magic Probe with SWD on BMP_PORT $(BMP_PORT)"