Skip to content

Commit 13e2210

Browse files
soburiCopilot
andauthored
Update samples/tone_doremi/src/app.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1c276ae commit 13e2210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tone_doremi/src/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void loop() {
2525
delay(1000);
2626
tone(D4, NOTE_D4, 1000);
2727
delay(1000);
28-
tone(D4, NOTE_E4, 0); // inifinity
28+
tone(D4, NOTE_E4, 0); // infinity
2929
delay(1000);
3030
tone(D5, NOTE_F4, 1000);
3131
delay(1000);

0 commit comments

Comments
 (0)