Skip to content

Commit 9cad196

Browse files
committed
Changing #include <> to #include "" in Tone.cpp.
1 parent b248953 commit 9cad196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware/arduino/cores/arduino/Tone.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Version Modified By Date Comments
3333

3434
#include <avr/interrupt.h>
3535
#include <avr/pgmspace.h>
36-
#include <wiring.h>
37-
#include <pins_arduino.h>
36+
#include "wiring.h"
37+
#include "pins_arduino.h"
3838

3939
#if defined(__AVR_ATmega8__)
4040
#define TCCR2A TCCR2

0 commit comments

Comments
 (0)