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:
parent
b9a01437be
commit
42d658419f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user