Skip to content

Commit 76e1bec

Browse files
authored
Update Arduino.h
1 parent dfec472 commit 76e1bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/arduino/Arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ unsigned long pulseInLong(uint8_t pin, uint8_t state, unsigned long timeout = 10
246246

247247
void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0);
248248
void tone(void (*f)(void));
249-
void auto_tone(uint8_t pin, const int16_t* pointer);
249+
void autoTone(uint8_t pin, const int16_t* pointer);
250250
void noTone(uint8_t _pin);
251251

252252
// WMath prototypes

0 commit comments

Comments
 (0)