mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.include: don't try to reconnect on cleanterm
This commit is contained in:
parent
1aeae204c3
commit
09c05ff10d
@ -686,7 +686,7 @@ term: $(TERMDEPS)
|
||||
|
||||
# Term without the pyterm added logging
|
||||
# PYTERMFLAGS must be exported for `jlink.sh term-rtt`.
|
||||
cleanterm: export PYTERMFLAGS += --noprefix --no-repeat-command-on-empty-line
|
||||
cleanterm: export PYTERMFLAGS += --no-reconnect --noprefix --no-repeat-command-on-empty-line
|
||||
cleanterm: $(TERMDEPS)
|
||||
$(call check_cmd,$(TERMPROG),Terminal program)
|
||||
$(TERMPROG) $(TERMFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user