Skip to content

Commit ee9c463

Browse files
authored
Update Tone.cpp
1 parent 76e1bec commit ee9c463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/arduino/Tone.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ void tone(void (*f)(void)) {
508508
next_tone();
509509
}
510510

511-
void auto_tone(uint8_t pin, const int16_t* ntp){
511+
void autoTone(uint8_t pin, const int16_t* ntp){
512512
next_tone = *auto_next_tone;
513513
auto_next_tone_pointer = ntp;
514514
auto_next_tone_pin = pin;

0 commit comments

Comments
 (0)