From 603421e9a508dea71a10725005c892e267c97248 Mon Sep 17 00:00:00 2001 From: Thammi Date: Thu, 5 Sep 2013 11:03:15 +0200 Subject: [PATCH] Toggle LEDs around playing mario theme (instead of on/off) --- firmware/apps/mariotheme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/apps/mariotheme.c b/firmware/apps/mariotheme.c index ef0bf55..08728a8 100644 --- a/firmware/apps/mariotheme.c +++ b/firmware/apps/mariotheme.c @@ -151,6 +151,7 @@ static void init_mario(void) { note = 0; row = 0; start_timer(PRESCALE_8, 100, mix_mario); + led_on(RIGHT); } static void run_mario(void) {}