From 105a731d3f64df5c2cedb42b099123e12887ce80 Mon Sep 17 00:00:00 2001 From: hhgarnes Date: Sun, 31 May 2015 23:24:16 +0200 Subject: [PATCH] Update Arduino.mk --- Arduino.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Arduino.mk b/Arduino.mk index af63475..16ed2ba 100644 --- a/Arduino.mk +++ b/Arduino.mk @@ -1282,7 +1282,8 @@ ifndef AVRDUDE_OPTS AVRDUDE_OPTS = -q -V endif -# We avrdude uses attiny84 to upload to the 84a, but we want to be able to set the gcc mmcu flag to attiny84a. +# Avrdude uses mcu attiny84 to upload to the attiny84a, but we want to be able to set +# the gcc mmcu flag to attiny84a. ifeq ($(MCU), attiny84a) AVRDUDE_MCU = attiny84 else