From 7d3f48f61053cb36cf7a81891b6193d095c128d0 Mon Sep 17 00:00:00 2001 From: Thammi Date: Fri, 12 Oct 2012 02:45:02 +0200 Subject: [PATCH] crazy synth: Initialize buzzer at start --- firmware/apps/crazy_synth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/apps/crazy_synth.c b/firmware/apps/crazy_synth.c index 2733fc3..224c9ee 100644 --- a/firmware/apps/crazy_synth.c +++ b/firmware/apps/crazy_synth.c @@ -19,6 +19,8 @@ static uint16_t speedtime; void synth_init(void){ + init_buzzer(); + cli(); osc0 = osc1 = sample = row = 0; speedtime = 3000;