From 152a913571c439f907b57e9d67c3566fe62d22ee Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 9 Oct 2010 17:08:19 -0400 Subject: Changing #include <> to #include "" in Tone.cpp. --- cores/arduino/Tone.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cores/arduino/Tone.cpp') 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 #include -#include -#include +#include "wiring.h" +#include "pins_arduino.h" #if defined(__AVR_ATmega8__) #define TCCR2A TCCR2 -- cgit v1.2.3-18-g5258