# configure the terminal program PORT_LINUX ?= /dev/ttyACM0 PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*))) BAUD ?= 9600 ARDUINO_MEGA2560_BOOTLOADER ?= stk500v2 BOOTLOADER ?= $(ARDUINO_MEGA2560_BOOTLOADER) include $(RIOTBOARD)/common/arduino-atmega/Makefile.include