diff --git a/Makefile.include b/Makefile.include index a30a056111..57a430ba6e 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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)