From 17a4e20ba5801603c5da3cfb511872670a48910a Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Mon, 12 Dec 2011 15:02:43 +0000 Subject: [PATCH] use newer arduino avrdude --- rf433ctl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rf433ctl/Makefile b/rf433ctl/Makefile index 25b7a0d..83a919f 100755 --- a/rf433ctl/Makefile +++ b/rf433ctl/Makefile @@ -19,6 +19,7 @@ RESET_TTY=$(RESET_TTY_DIR)reset_tty ARDUINO = $(INSTALL_DIR)/hardware/arduino ARDUINOCORE = $(ARDUINO)/cores/arduino ARDUINOVAR = $(ARDUINO)/variants/$(VARIANT) +#AVR_TOOLS_PATH = /usr/bin AVR_TOOLS_PATH = /usr/bin SRC = $(ARDUINOCORE)/wiring.c \ $(ARDUINOCORE)/wiring_analog.c $(ARDUINOCORE)/wiring_digital.c \ @@ -80,7 +81,8 @@ OBJDUMP = $(AVR_TOOLS_PATH)/avr-objdump AR = $(AVR_TOOLS_PATH)/avr-ar SIZE = $(AVR_TOOLS_PATH)/avr-size NM = $(AVR_TOOLS_PATH)/avr-nm -AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +#AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +AVRDUDE = $(INSTALL_DIR)/hardware/tools/avrdude REMOVE = rm -f MV = mv -f -- 1.7.10.4