From 3be821dfcfe2f185b3baae433e2af1850125d3e3 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Mon, 2 Mar 2015 17:41:37 +0100 Subject: [PATCH] avr platform: fixed avrdude path --- hardware/arduino/avr/platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/arduino/avr/platform.txt b/hardware/arduino/avr/platform.txt index a61536024..727fb82b9 100644 --- a/hardware/arduino/avr/platform.txt +++ b/hardware/arduino/avr/platform.txt @@ -76,8 +76,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).* # ------------------------------ tools.avrdude.path={runtime.tools.avrdude.path} -tools.avrdude.cmd.path={path}/avrdude -tools.avrdude.config.path={path}/avrdude.conf +tools.avrdude.cmd.path={path}/bin/avrdude +tools.avrdude.config.path={path}/etc/avrdude.conf tools.avrdude.upload.params.verbose=-v tools.avrdude.upload.params.quiet=-q -q