diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2010-10-09 17:08:19 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2010-10-09 17:08:19 -0400 |
commit | 152a913571c439f907b57e9d67c3566fe62d22ee (patch) | |
tree | cd8da92130a411257ad15dda071b9339d35dfacc /cores/arduino/Tone.cpp | |
parent | 6106779cc1c91378d978fc7b8d86964d6b86a7c1 (diff) |
Changing #include <> to #include "" in Tone.cpp.
Diffstat (limited to 'cores/arduino/Tone.cpp')
-rwxr-xr-x | cores/arduino/Tone.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cores/arduino/Tone.cpp b/cores/arduino/Tone.cpp index e221ecf..3ea034b 100755 --- a/cores/arduino/Tone.cpp +++ b/cores/arduino/Tone.cpp @@ -33,8 +33,8 @@ Version Modified By Date Comments #include <avr/interrupt.h> #include <avr/pgmspace.h> -#include <wiring.h> -#include <pins_arduino.h> +#include "wiring.h" +#include "pins_arduino.h" #if defined(__AVR_ATmega8__) #define TCCR2A TCCR2 |