From 184e309bfeaaa6d416d68767f684fac4a6c47c6f Mon Sep 17 00:00:00 2001 From: twobit Date: Thu, 5 Sep 2013 11:05:15 +0200 Subject: [PATCH] comment --- firmware/apps/mariotheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/apps/mariotheme.c b/firmware/apps/mariotheme.c index 290b189..2260c25 100644 --- a/firmware/apps/mariotheme.c +++ b/firmware/apps/mariotheme.c @@ -118,7 +118,7 @@ static void mix_mario(void) { n = pgm_read_byte(&patterns[p][0][note]); if (n == 0) osc[0] = 0; osc[0] += pgm_read_word(&freq[n]); - if (n != prev_n) led_set(RIGHT, (n > 0)); + if (n != prev_n) led_set(RIGHT, (n > 0)); // blink prev_n = n;