1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00

boards/common/msba2: remove duplicate PORT

PORT is already given in pyterm TERMFLAGS.
This commit is contained in:
Gaëtan Harter 2019-08-27 12:06:10 +02:00
parent b9a01437be
commit 42d658419f
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -16,7 +16,7 @@ PORT_LINUX ?= /dev/ttyUSB0
# This does not make a lot of sense, but it has the same value as the previous code
PORT_DARWIN ?= /dev/tty.usbserial-ARM
TERMFLAGS += -tg -p "$(PORT)"
TERMFLAGS += -tg
include $(RIOTMAKE)/tools/serial.inc.mk
export CFLAGS_CPU = -mcpu=arm7tdmi-s