summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-03-23 03:18:37 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2012-03-23 03:18:37 +0100
commitfe0622e85f1382597498053e6f0826cbaf2e4f3e (patch)
tree70d380ecf570822c7137ade8bb30226209606f8f /Makefile
parent6a072ffc96fb16b44bf21e9b4e4ae9e2b64f78f6 (diff)
downloadonkyo-ri-fe0622e85f1382597498053e6f0826cbaf2e4f3e.tar.gz
onkyo-ri-fe0622e85f1382597498053e6f0826cbaf2e4f3e.tar.xz
onkyo-ri-fe0622e85f1382597498053e6f0826cbaf2e4f3e.zip
port for arduino 1.0HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9d6ff3c..7d470e4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,7 @@ ARDUINO_PORT = /dev/ttyUSB0
AVRDUDE_ARD_PROGRAMMER = stk500v1
AVRDUDE_MCU= m168
-ARDUINO_DIR = /usr/share/arduino-0017/
-
-# arduino < 0018
-BOARDS_TXT = $(ARDUINO_DIR)/hardware/boards.txt
-ARDUINO_CORE_PATH = $(ARDUINO_DIR)/hardware/cores/arduino
+ARDUINO_DIR = /usr/share/arduino-1.0/
# linux
AVR_TOOLS_PATH = /usr/bin/