summaryrefslogtreecommitdiff
path: root/apps/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.c')
-rw-r--r--apps/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index 5f9749c02c..e7a6a9182a 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -268,7 +268,7 @@ static int32_t *start_lim_buf[2] IBSS_ATTR,
268static uint16_t lim_buf_peak[LIMITER_BUFFER_SIZE] IBSS_ATTR; 268static uint16_t lim_buf_peak[LIMITER_BUFFER_SIZE] IBSS_ATTR;
269static uint16_t *start_peak IBSS_ATTR, 269static uint16_t *start_peak IBSS_ATTR,
270 *end_peak IBSS_ATTR; 270 *end_peak IBSS_ATTR;
271static uint16_t out_buf_peak[MAX_COUNT] IBSS_ATTR; 271static uint16_t out_buf_peak[MAX_COUNT];
272static uint16_t *out_buf_peak_index IBSS_ATTR; 272static uint16_t *out_buf_peak_index IBSS_ATTR;
273static uint16_t release_peak IBSS_ATTR; 273static uint16_t release_peak IBSS_ATTR;
274static int32_t in_samp IBSS_ATTR, 274static int32_t in_samp IBSS_ATTR,