mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-04-11 18:49:37 -04:00
Merge branch 'IW3IJQ-IW3IJQ-patch-avr-size_MCU'
This commit is contained in:
commit
373e4d8274
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