mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-19 23:00:37 -04:00
Merge branch 'IW3IJQ-patch-avr-size_MCU' of https://github.com/IW3IJQ/MicroAPRS into IW3IJQ-IW3IJQ-patch-avr-size_MCU
This commit is contained in:
commit
82a7d15c50
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