mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
263 B
Makefile
11 lines
263 B
Makefile
|
USEMODULE += arduino-common
|
||
|
|
||
|
# add arduino-common include path
|
||
|
INCLUDES += -I$(RIOTBOARD)/arduino-common/include
|
||
|
|
||
|
#export needed for flash rule
|
||
|
export LINUX_PORT = /dev/ttyUSB0
|
||
|
export PROGRAMMER_SPEED = 57600
|
||
|
|
||
|
include $(RIOTBOARD)/arduino-common/Makefile.include
|