RIOT/boards/acd52832/Makefile.include
2018-12-13 10:15:42 +01:00

8 lines
199 B
Makefile

# define the cpu used by the acd52832
export CPU_MODEL = nrf52832xxaa
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyUSB0
include $(RIOTBOARD)/common/nrf52/Makefile.include