Skip to content
Snippets Groups Projects
Commit 2739354b authored by Hauke Petersen's avatar Hauke Petersen
Browse files

make/serial.inc.mk: set TERMFLAGS only if not set

parent 3098a277
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ ifeq ($(PORT),)
endif
export BAUD ?= 115200
export TERMFLAGS += -p "$(PORT)" -b "$(BAUD)"
export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm
export TERMFLAGS ?= -p "$(PORT)" -b "$(BAUD)"
export TERMPROG ?= $(RIOTBASE)/dist/tools/pyterm/pyterm
export PORT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment