diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2008-01-22 22:10:55 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2008-01-22 22:10:55 +0000 |
commit | 7c8b5148f0a78e12d1af09b575f63c43f3186ab9 (patch) | |
tree | a1b5c7f37936300f4d8d87e6964d6c5523fadaa8 /cores/arduino/Makefile | |
parent | 92ba50c7b226c951ba440badf638801f12f3a9ff (diff) |
New script for download the reference from Tom Pollard. Updated reference and readme and Makefile.
Diffstat (limited to 'cores/arduino/Makefile')
-rwxr-xr-x | cores/arduino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/Makefile b/cores/arduino/Makefile index 98990f8..f0c1047 100755 --- a/cores/arduino/Makefile +++ b/cores/arduino/Makefile @@ -67,7 +67,7 @@ SRC = $(ARDUINO)/pins_arduino.c $(ARDUINO)/wiring.c \ $(ARDUINO)/wiring_analog.c $(ARDUINO)/wiring_digital.c \ $(ARDUINO)/wiring_pulse.c $(ARDUINO)/wiring_serial.c \ $(ARDUINO)/wiring_shift.c $(ARDUINO)/WInterrupts.c -CXXSRC = $(ARDUINO)/HardwareSerial.cpp $(ARDUINO)/WRandom.cpp +CXXSRC = $(ARDUINO)/HardwareSerial.cpp $(ARDUINO)/WMath.cpp MCU = atmega168 F_CPU = 16000000 FORMAT = ihex |