From 093b6dd8889a3cbe3d1fbbd0b78c683b1180d73e Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Sun, 9 Apr 2017 09:17:28 +1000 Subject: [PATCH] ports/attiny85: Set sample rate to 8kHz --- ports/attiny85/poly_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/attiny85/poly_cfg.h b/ports/attiny85/poly_cfg.h index d67a2e7..e053d69 100644 --- a/ports/attiny85/poly_cfg.h +++ b/ports/attiny85/poly_cfg.h @@ -21,6 +21,6 @@ * MA 02110-1301 USA */ -#define SYNTH_FREQ 32000 +#define SYNTH_FREQ 8000 #endif