mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
Fix red: remove buffer from IRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22773 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81f268ad48
commit
a4a24999d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 lim_buf_peak[LIMITER_BUFFER_SIZE] IBSS_ATTR;
|
||||||
static uint16_t *start_peak IBSS_ATTR,
|
static uint16_t *start_peak IBSS_ATTR,
|
||||||
*end_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 *out_buf_peak_index IBSS_ATTR;
|
||||||
static uint16_t release_peak IBSS_ATTR;
|
static uint16_t release_peak IBSS_ATTR;
|
||||||
static int32_t in_samp IBSS_ATTR,
|
static int32_t in_samp IBSS_ATTR,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue