From a4a24999d9a16c3d1c60dd44d9ac3ae324045010 Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Mon, 21 Sep 2009 17:45:56 +0000 Subject: Fix red: remove buffer from IRAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22773 a1c6a512-1295-4272-9138-f99709370657 --- apps/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dsp.c') 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, static uint16_t lim_buf_peak[LIMITER_BUFFER_SIZE] IBSS_ATTR; static uint16_t *start_peak IBSS_ATTR, *end_peak IBSS_ATTR; -static uint16_t out_buf_peak[MAX_COUNT] IBSS_ATTR; +static uint16_t out_buf_peak[MAX_COUNT]; static uint16_t *out_buf_peak_index IBSS_ATTR; static uint16_t release_peak IBSS_ATTR; static int32_t in_samp IBSS_ATTR, -- cgit v1.2.3