- remove compile error for dsp processor

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2023-01-05 18:38:41 +01:00
Unverified
parent 3b1e0bc7b3
commit 280367e3a3

View File

@@ -517,7 +517,7 @@ void flac_task(void *pvParameters) {
tv_t currentTimestamp;
flacData_t *pFlacData = NULL;
snapcastSetting_t *scSet = (snapcastSetting_t *)pvParameters;
#if SNAPCAST_USE_SOFT_VOL
#if CONFIG_USE_DSP_PROCESSOR
int flow_drain_counter = 0;
#endif