From a41291df066eeea55ba1c21303929f72cfbd2595 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Sun, 22 Feb 2015 22:43:01 +0000 Subject: [PATCH] AVR Makefile: Use proper simavr install path. --- ports/avr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/avr/Makefile b/ports/avr/Makefile index 932ad83..6578ab1 100644 --- a/ports/avr/Makefile +++ b/ports/avr/Makefile @@ -15,7 +15,7 @@ CC=/usr/bin/avr-gcc OBJCOPY=/usr/bin/avr-objcopy SIZE=/usr/bin/avr-size UISP=/usr/bin/uisp -SIMAVR=/tmp/run_avr +SIMAVR=/usr/local/bin/simavr # Modify this to the device name of the UART used for UISP UISP_DEV=/dev/ttyUSB0