Fix path to avrdude.conf.

This commit is contained in:
Christopher Peplin 2012-04-02 16:52:14 -04:00
parent 8727a93799
commit c024014881

View file

@ -208,7 +208,7 @@ endif
endif
ifndef AVRDUDE_CONF
AVRDUDE_CONF = $(ARDUINO_ETC_PATH)/avrdude.conf
AVRDUDE_CONF = $(AVRDUDE_ETC_PATH)/avrdude.conf
endif
ifndef ARDUINO_LIB_PATH