diff --git a/Makefile b/Makefile index 3fa3a16..c848882 100755 --- a/Makefile +++ b/Makefile @@ -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