diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-03-01 20:00:16 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-03-01 20:00:16 -0500 |
commit | 218eb5e80706b53c691da133461830c895e0c8ff (patch) | |
tree | 3158c57f7e0538cbcd6b338cea2acc22b34d8ac6 /cores/arduino/Tone.cpp | |
parent | e009c5c6c61da7dcf2683a75e7b17ea4fb3c6e2d (diff) |
Moving wiring.h contents into Arduino.h.
Diffstat (limited to 'cores/arduino/Tone.cpp')
-rwxr-xr-x | cores/arduino/Tone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/Tone.cpp b/cores/arduino/Tone.cpp index c3910e7..20eed3f 100755 --- a/cores/arduino/Tone.cpp +++ b/cores/arduino/Tone.cpp @@ -33,7 +33,7 @@ Version Modified By Date Comments #include <avr/interrupt.h> #include <avr/pgmspace.h> -#include "wiring.h" +#include "Arduino.h" #include "pins_arduino.h" #if defined(__AVR_ATmega8__) || defined(__AVR_ATmega128__) |