diff --git a/kaleid/kernel/io/spkr.c b/kaleid/kernel/io/spkr.c index 93ce9ab..983047a 100644 --- a/kaleid/kernel/io/spkr.c +++ b/kaleid/kernel/io/spkr.c @@ -72,8 +72,6 @@ void IoDoTone(uint tone, uint time) void IoDoStarWars(void) { - IoDoTone(0,0); - struct Note { uint tone; uint time;