Merge branch 'IW3IJQ-patch-avr-size_MCU' of https://github.com/IW3IJQ/MicroAPRS into IW3IJQ-IW3IJQ-patch-avr-size_MCU

This commit is contained in:
Mark Qvist 2015-08-05 21:05:30 +02:00
commit 82a7d15c50

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