Skip to content

Commit

Permalink
fix command line parameter for avr-size
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPIT committed May 16, 2013
1 parent fc5c497 commit d39abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -84,7 +84,7 @@ main.elf: $(OBJECTS)
grbl.hex: main.elf
rm -f grbl.hex
avr-objcopy -j .text -j .data -O ihex main.elf grbl.hex
avr-size -C --mcu=$(DEVICE) main.elf
avr-size --format=berkeley --mcu=$(DEVICE) main.elf
# If you have an EEPROM section, you must also create a hex file for the
# EEPROM and add it to the "flash" target.

Expand Down

0 comments on commit d39abee

Please sign in to comment.