Merge branch 'master' of github.com:c3d2/pentabug

This commit is contained in:
twobit 2013-09-05 11:04:36 +02:00
commit 789aea8b31

View File

@ -145,6 +145,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) {}