diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ TARGET = onkyo_ri -ARDUINO_LIBS = - -BOARD_TAG = atmega168 +ARDUINO_LIBS = + +BOARD_TAG = atmega168 ARDUINO_PORT = /dev/ttyUSB0 AVRDUDE_ARD_PROGRAMMER = stk500v1 AVRDUDE_MCU= m168 @@ -9,7 +9,7 @@ AVRDUDE_MCU= m168 ARDUINO_DIR = /usr/share/arduino-0017/ # arduino < 0018 -BOARDS_TXT = $(ARDUINO_DIR)/hardware/boards.txt +BOARDS_TXT = $(ARDUINO_DIR)/hardware/boards.txt ARDUINO_CORE_PATH = $(ARDUINO_DIR)/hardware/cores/arduino # linux |