Skip to content

Commit

Permalink
native: set pyterm as terminal program
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Dec 12, 2023
1 parent 011c2f9 commit 801f944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RESET ?= $(RIOTBOARD)/native/dist/reset.sh
FLASHER ?=
FLASHFILE ?= $(ELFFILE)

TERMPROG ?= $(FLASHFILE)
TERMPROG ?= $(RIOTTOOLS)/pyterm/pyterm -n $(FLASHFILE)

export VALGRIND ?= valgrind
export CGANNOTATE ?= cg_annotate
Expand Down

0 comments on commit 801f944

Please sign in to comment.