summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 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))