From bdce701b5a218e2ded59bf08a6a0c51da34e1405 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 29 Apr 2016 18:01:32 +0100 Subject: fix makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2ce49fb..9a72993 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ ARDMK_DIR = /home/dakkar/src/Arduino-Makefile ARDUINO_DIR = /usr/share/arduino -AVR_TOOLS_DIR = /usr -AVRDUDE = /usr/bin/avrdude -MONITOR_PORT = /dev/ttyACM* +MONITOR_PORT = /dev/ttyUSB* CURRENT_DIR = $(basename $(CURDIR)) -- cgit v1.2.3