1
0
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:
Martine S. Lenders 2020-03-11 14:56:50 +01:00
parent 1aeae204c3
commit 09c05ff10d
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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)