comment
This commit is contained in:
parent
789aea8b31
commit
184e309bfe
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user