mirror of
https://github.com/markqvist/MicroModemGP
synced 2026-08-12 17:40:37 -04:00
Merge pull request #1 from IW3IJQ/IW3IJQ-patch-avr-size_MCU
Fix avr-size "Device: Unknown" message
This commit is contained in:
commit
499f7d2d5c
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