From 9c99048c6f69f45e9ceb4c02629c50f1dbd35060 Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Wed, 5 Sep 2018 10:42:53 -0400 Subject: [PATCH] run avr-size in AVR mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24d9292..fa19b81 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ $(PROGNAME).elf: $(OBJS) $(PROGNAME).hex: $(PROGNAME).elf avr-objcopy -j .data -j .text -O ihex $(PROGNAME).elf $(PROGNAME).hex - avr-size $(PROGNAME).elf + avr-size $(PROGNAME).elf -C --mcu=$(CPU) fuse: