makefiles/serial: fix indent
This commit is contained in:
parent
0e71c8a6a3
commit
ea8672ca9c
@ -14,9 +14,9 @@ export BAUD ?= 115200
|
|||||||
|
|
||||||
RIOT_TERMINAL ?= pyterm
|
RIOT_TERMINAL ?= pyterm
|
||||||
ifeq ($(RIOT_TERMINAL),pyterm)
|
ifeq ($(RIOT_TERMINAL),pyterm)
|
||||||
export TERMPROG ?= $(RIOTTOOLS)/pyterm/pyterm
|
export TERMPROG ?= $(RIOTTOOLS)/pyterm/pyterm
|
||||||
export TERMFLAGS ?= -p "$(PORT)" -b "$(BAUD)"
|
export TERMFLAGS ?= -p "$(PORT)" -b "$(BAUD)"
|
||||||
else ifeq ($(RIOT_TERMINAL),picocom)
|
else ifeq ($(RIOT_TERMINAL),picocom)
|
||||||
export TERMPROG ?= picocom
|
export TERMPROG ?= picocom
|
||||||
export TERMFLAGS ?= --nolock --imap lfcrlf --echo --baud "$(BAUD)" "$(PORT)"
|
export TERMFLAGS ?= --nolock --imap lfcrlf --echo --baud "$(BAUD)" "$(PORT)"
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user