Fix avr-size "Device: Unknown" message.

Now avr-size show the target mcu and percent of space used.
This commit is contained in:
IW3IJQ 2015-07-22 14:01:38 +02:00
parent 777a0806f6
commit 78bbfe0447

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