1
0
mirror of https://github.com/sjlongland/atinysynth.git synced 2025-09-13 10:03:15 +10:00

ports/attiny85: Set sample rate to 8kHz

This commit is contained in:
Stuart Longland 2017-04-09 09:17:28 +10:00
parent 3f7c6353c1
commit 093b6dd888
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

@ -21,6 +21,6 @@
* MA 02110-1301 USA
*/
#define SYNTH_FREQ 32000
#define SYNTH_FREQ 8000
#endif