Merge pull request #1 from IW3IJQ/IW3IJQ-patch-avr-size_MCU

Fix avr-size "Device: Unknown" message
This commit is contained in:
Mark Qvist 2017-09-14 13:09:08 +02:00 committed by GitHub
commit 499f7d2d5c

View file

@ -167,7 +167,7 @@ REMOVE = rm -f
COPY = cp
HEXSIZE = $(SIZE) --target=$(FORMAT) $(TARGET).hex
ELFSIZE = $(SIZE) -C $(TARGET).elf
ELFSIZE = $(SIZE) --mcu=$(MCU) -C $(TARGET).elf