mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/tools/serial.inc.mk: set default PROG_DEV to PORT
This commit is contained in:
parent
bf25e12602
commit
7794cce5ee
@ -5,6 +5,9 @@ else ifeq ($(OS),Darwin)
|
||||
PORT ?= $(call ensure_value,$(PORT_DARWIN),No port set)
|
||||
endif
|
||||
|
||||
# Default PROG_DEV is the same as PORT
|
||||
PROG_DEV ?= $(PORT)
|
||||
|
||||
export BAUD ?= 115200
|
||||
|
||||
RIOT_TERMINAL ?= pyterm
|
||||
|
Loading…
Reference in New Issue
Block a user