summaryrefslogtreecommitdiffstats
path: root/keyboards/4pplet/waffling60
diff options
context:
space:
mode:
authorNebuleon <2391500+Nebuleon@users.noreply.github.com>2023-07-23 06:44:41 -0400
committerGitHub <noreply@github.com>2023-07-23 11:44:41 +0100
commita5e33b1c28cb774a038b1c0e4fed0da9f757def1 (patch)
treeb8a5bf31b13e73cae9a1b27da66dd1d283c65855 /keyboards/4pplet/waffling60
parent321c18acec029cd7ab46d2c5b92c149e38533249 (diff)
Allow the user to select one tone for the additive DAC (#21591)
Previously, if the user tried to use `#define AUDIO_MAX_SIMULTANEOUS_TONES 1` to conserve CPU time, their firmware would fail to build with this error: ``` platforms/chibios/drivers/audio_dac_additive.c:91:73: error: excess elements in array initializer [-Werror] 91 | static float active_tones_snapshot[AUDIO_MAX_SIMULTANEOUS_TONES] = {0, 0}; | ^ ``` This also affected the preset `#define AUDIO_DAC_QUALITY_VERY_HIGH`, which called up only one simultaneous tone at 88200 Hz.
Diffstat (limited to 'keyboards/4pplet/waffling60')
0 files changed, 0 insertions, 0 deletions