From 5574f6f7329deabca8c1127c7bfdc0e53a1c534a Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Wed, 13 Dec 2017 14:49:20 +0100 Subject: [PATCH] Bug fixes --- src/Sounds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sounds.h b/src/Sounds.h index 6ed709a..f14d3fd 100644 --- a/src/Sounds.h +++ b/src/Sounds.h @@ -134,7 +134,7 @@ const int songspeed = 1; -const PROGMEM int notes[] = { //Note of the song, 0 is a rest/pulse +const PROGMEM double notes[] = { //Note of the song, 0 is a rest/pulse NOTE_E4, NOTE_G4, NOTE_A4, NOTE_A4, 0, NOTE_A4, NOTE_B4, NOTE_C5, NOTE_C5, 0, NOTE_C5, NOTE_D5, NOTE_B4, NOTE_B4, 0,