From e0588c11c9f527380dc2bb210064482153b7f311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Wed, 28 Aug 2019 14:23:33 +0200 Subject: [PATCH] add needed var for upload target --- arduino/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arduino/Makefile b/arduino/Makefile index 1092218..4f3133f 100644 --- a/arduino/Makefile +++ b/arduino/Makefile @@ -21,6 +21,9 @@ ARDUINO_DIR ?= $(HOME)/arduino/arduino-1.8.9 USER_LIB_PATH := $(PWD) +# for flashing +AVRDUDE_ARD_BAUDRATE = 57600 + # We don't need exact math. Let gcc be a bit more agressive. CFLAGS += -ffast-math CXXFLAGS += -ffast-math