diff options
Diffstat (limited to 'apps/codecs/hes.c')
-rw-r--r-- | apps/codecs/hes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/hes.c b/apps/codecs/hes.c index 598d787594..8c216ed060 100644 --- a/apps/codecs/hes.c +++ b/apps/codecs/hes.c @@ -10,7 +10,7 @@ CODEC_HEADER #define CHUNK_SIZE (1024*2) static int16_t samples[CHUNK_SIZE] IBSS_ATTR; -static struct Hes_Emu hes_emu IDATA_ATTR CACHEALIGN_ATTR; +static struct Hes_Emu hes_emu; /****************** rockbox interface ******************/ |