Skip to content

Commit f26bf31

Browse files
author
Mark Sproul
committed
syncing commits
2 parents 803593d + 9cad196 commit f26bf31

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
@@ -48,8 +48,8 @@ Version Modified By Date Comments
4848

4949
#include <avr/interrupt.h>
5050
#include <avr/pgmspace.h>
51-
#include <wiring.h>
52-
#include <pins_arduino.h>
51+
#include "wiring.h"
52+
#include "pins_arduino.h"
5353

5454
#if defined(__AVR_ATmega8__) || defined(__AVR_ATmega128__)
5555
#define TCCR2A TCCR2

0 commit comments

Comments
 (0)