From 5f3976696ddf5d02ea7e6f805ce655e1f281e6ed Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 14:47:50 +0000 Subject: Moving hardware/targets to hardware/cores. --- firmwares/Standard_Firmata/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmwares') diff --git a/firmwares/Standard_Firmata/Makefile b/firmwares/Standard_Firmata/Makefile index 6edbf97..6f73a72 100644 --- a/firmwares/Standard_Firmata/Makefile +++ b/firmwares/Standard_Firmata/Makefile @@ -28,7 +28,7 @@ # # 3. Modify the line containg "ARDUINO" to point the directory that # contains the Arduino core (for normal Arduino installations, this -# is the lib/targets/arduino sub-directory). +# is the hardware/cores/arduino sub-directory). # # 4. Modify the line containing "PORT" to refer to the filename # representing the USB or serial connection to your Arduino board @@ -48,7 +48,7 @@ PORT = /dev/tty.usbserial-* TARGET = Pd_firmware ARDUINO = /Applications/arduino-0007 -ARDUINO_SRC = $(ARDUINO)/hardware/targets/arduino +ARDUINO_SRC = $(ARDUINO)/hardware/cores/arduino ARDUINO_LIB_SRC = $(ARDUINO)/hardware/libraries INCLUDE = -I$(ARDUINO_SRC) -I$(ARDUINO)/hardware/tools/avr/avr/include \ -I$(ARDUINO_LIB_SRC)/EEPROM \ -- cgit v1.2.3-18-g5258