Update Arduino.mk
This commit is contained in:
parent
bf0ada9653
commit
105a731d3f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue