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

attiny861 port: Bump sample rate

Seems we can handle 16kHz sampling… but not 32kHz.
This commit is contained in:
Stuart Longland 2017-05-28 10:25:21 +10:00
parent 75fe949f27
commit 0bed82802b
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

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