diff --git a/Makefile b/Makefile index 4aa6af9..0fcdf9b 100644 --- a/Makefile +++ b/Makefile @@ -52,12 +52,14 @@ LDFLAGS = -mmcu=$(BOARD) OBJCOPYARGS = -O ihex \ -R .eeprom +# FIXME Find out why some Arduinos require -D to write code AVRDUDEARGS = -p $(BOARD) \ -c wiring \ -F \ -P $(DEVICE) \ -b 115200 \ - -V + -V \ + -D all: $(ELF) $(TARGET)