This commit is contained in:
Mark Qvist 2018-04-17 10:53:19 +02:00
commit 2dc263a083

View file

@ -167,7 +167,6 @@ REMOVE = rm -f
COPY = cp
HEXSIZE = $(SIZE) --target=$(FORMAT) $(TARGET).hex
# ELFSIZE = $(SIZE) -C $(TARGET).elf
ELFSIZE = $(SIZE) --mcu=$(MCU) -C $(TARGET).elf