Update Arduino.mk

This commit is contained in:
hhgarnes 2015-05-31 23:24:16 +02:00
parent bf0ada9653
commit 105a731d3f

View file

@ -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