Skip to content

Commit abe3559

Browse files
authored
Fix comment typo
1 parent 4eed552 commit abe3559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter 12/fun_with_sound/fun_with_sound.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void setup()
4141

4242
//Set up timer interrupt
4343
Timer1.initialize(500000); // (.5 seconds)
44-
Timer1.attachInterrupt(changePitch); //Runs "changePitch" on each timer interupt
44+
Timer1.attachInterrupt(changePitch); //Runs "changePitch" on each timer interrupt
4545
}
4646

4747
void changeKey()

0 commit comments

Comments
 (0)