mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
boards/lora-e5-dev: fix default DARWIN port
This commit is contained in:
parent
6347dcdffc
commit
3174e847d6
@ -3,7 +3,7 @@ INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|||||||
|
|
||||||
# define the default port depending on the host OS
|
# define the default port depending on the host OS
|
||||||
PORT_LINUX ?= /dev/ttyUSB0
|
PORT_LINUX ?= /dev/ttyUSB0
|
||||||
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
|
||||||
|
|
||||||
# Setup of programmer and serial is shared between STM32 based boards
|
# Setup of programmer and serial is shared between STM32 based boards
|
||||||
include $(RIOTMAKE)/boards/stm32.inc.mk
|
include $(RIOTMAKE)/boards/stm32.inc.mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user