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

attiny861 poly_cfg: Drop sample rate to 8kHz

With the extra processing needed to get bleed-free LED control, we can't
quite make 16kHz sample rates.
This commit is contained in:
Stuart Longland 2017-07-15 15:55:06 +10:00
parent 0ef982d463
commit b6e678f045
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

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