Procházet zdrojové kódy

Fix location of avrdude.conf

Henrik Brix Andersen před 11 roky
rodič
revize
47dc70e3ec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/Makefile

+ 1
- 1
Marlin/Makefile Zobrazit soubor

@@ -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…
Zrušit
Uložit