Merge branch 'IW3IJQ-IW3IJQ-patch-avr-size_MCU'

This commit is contained in:
Mark Qvist 2015-08-05 21:06:18 +02:00
commit 373e4d8274

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