mirror of
https://github.com/markqvist/MicroModemGP
synced 2026-08-12 17:40:37 -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
ee52e8ff77
commit
b2fd51f755
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