mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-04-21 16:06:48 -04:00
Fix avr-size "Device: Unknown" message.
Now avr-size show the target mcu and percent of space used.
This commit is contained in:
parent
777a0806f6
commit
78bbfe0447
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user