Browse Source

Fix location of avrdude.conf

Henrik Brix Andersen 12 years ago
parent
commit
47dc70e3ec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Makefile

+ 1
- 1
Marlin/Makefile View File

@@ -287,7 +287,7 @@ LDFLAGS = -lm
287 287
 # Programming support using avrdude. Settings and variables.
288 288
 AVRDUDE_PORT = $(UPLOAD_PORT)
289 289
 AVRDUDE_WRITE_FLASH = -U flash:w:$(BUILD_DIR)/$(TARGET).hex:i
290
-AVRDUDE_FLAGS = -D -C $(ARDUINO_INSTALL_DIR)/hardware/tools/avrdude.conf \
290
+AVRDUDE_FLAGS = -D -C $(ARDUINO_INSTALL_DIR)/hardware/tools/avr/etc/avrdude.conf \
291 291
 	-p $(MCU) -P $(AVRDUDE_PORT) -c $(AVRDUDE_PROGRAMMER) \
292 292
 	-b $(UPLOAD_RATE)
293 293
 

Loading…
Cancel
Save