mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 04:42:15 -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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue