Skip to content

Commit

Permalink
Update gameofthrones.ino
Browse files Browse the repository at this point in the history
Just missing a comma.
  • Loading branch information
rodigozeus authored Sep 16, 2019
1 parent e409f1f commit 7162975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameofthrones/gameofthrones.ino
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int melody[] = {
NOTE_C5,-2,//28
NOTE_AS4,-2,
NOTE_C4,-2,
NOTE_G4-2,
NOTE_G4,-2,
NOTE_DS4,-2,
NOTE_DS4,-4, NOTE_D4,-4,
NOTE_C5,8, NOTE_G4,8, NOTE_GS4,16, NOTE_AS4,16, NOTE_C5,8, NOTE_G4,8, NOTE_GS4,16, NOTE_AS4,16,
Expand Down

0 comments on commit 7162975

Please sign in to comment.