add setting for dots
This commit is contained in:
@@ -37,7 +37,7 @@ LDFLAGS = -Wl,-Map=$(BUILDDIR)/$(TARGET).map,--cref
|
||||
LDFLAGS += -lm
|
||||
#LDFLAGS += -nostdlib
|
||||
|
||||
AVRDUDE_FLAGS = -p $(MCU) -C ./avrdude.conf -c $(AVRDUDE_PROGRAMMER) -U flash:w:$(BUILDDIR)/$(TARGET).hex
|
||||
AVRDUDE_FLAGS = -p $(MCU) -C ./avrdude.conf -c $(AVRDUDE_PROGRAMMER) -U flash:w:$(BUILDDIR)/$(TARGET).hex -U eeprom:w:settings.eep
|
||||
|
||||
#### Define programs and commands. ####
|
||||
CC = avr-gcc
|
||||
|
||||
Reference in New Issue
Block a user