From 2d53c74e3d7d9d5148501575572feb0586ed5ec8 Mon Sep 17 00:00:00 2001 From: Thammi Date: Fri, 12 Oct 2012 02:51:04 +0200 Subject: [PATCH] crazy synth: Fix typo --- firmware/apps/crazy_synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/apps/crazy_synth.c b/firmware/apps/crazy_synth.c index 224c9ee..af132c4 100644 --- a/firmware/apps/crazy_synth.c +++ b/firmware/apps/crazy_synth.c @@ -19,7 +19,7 @@ static uint16_t speedtime; void synth_init(void){ - init_buzzer(); + init_buzzr(); cli(); osc0 = osc1 = sample = row = 0;