crazy synth: Initialize buzzer at start
This commit is contained in:
parent
f130bee7be
commit
7d3f48f610
|
@ -19,6 +19,8 @@ static uint16_t speedtime;
|
||||||
|
|
||||||
|
|
||||||
void synth_init(void){
|
void synth_init(void){
|
||||||
|
init_buzzer();
|
||||||
|
|
||||||
cli();
|
cli();
|
||||||
osc0 = osc1 = sample = row = 0;
|
osc0 = osc1 = sample = row = 0;
|
||||||
speedtime = 3000;
|
speedtime = 3000;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user