Toggle LEDs around playing mario theme (instead of on/off)

This commit is contained in:
Thammi 2013-09-05 11:03:15 +02:00
parent 56114f7be1
commit 603421e9a5

View File

@ -151,6 +151,7 @@ static void init_mario(void) {
note = 0; note = 0;
row = 0; row = 0;
start_timer(PRESCALE_8, 100, mix_mario); start_timer(PRESCALE_8, 100, mix_mario);
led_on(RIGHT);
} }
static void run_mario(void) {} static void run_mario(void) {}