mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Changing #include <> to #include "" in Tone.cpp.
This commit is contained in:
parent
b24895385a
commit
9cad196ae5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user