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:
parent
0ef982d463
commit
b6e678f045
@ -21,6 +21,6 @@
|
||||
* MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#define SYNTH_FREQ (16000)
|
||||
#define SYNTH_FREQ (8000)
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user