crazy synth: Initialize buzzer at start

This commit is contained in:
Thammi 2012-10-12 02:45:02 +02:00
parent f130bee7be
commit 7d3f48f610

View File

@ -19,6 +19,8 @@ static uint16_t speedtime;
void synth_init(void){
init_buzzer();
cli();
osc0 = osc1 = sample = row = 0;
speedtime = 3000;