Skip to content

Commit e930e26

Browse files
committed
remove old comment
1 parent 45244f0 commit e930e26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Example_07_Melody/Example_07_Melody.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,5 @@ void play_melody()
7878
// the note's duration + 30% seems to work well:
7979
int pauseBetweenNotes = noteDuration * 1.30;
8080
delay(pauseBetweenNotes);
81-
// stop the tone playing:
8281
}
8382
}

0 commit comments

Comments
 (0)