summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 9bf6942e7f..9d03cd266c 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -167,7 +167,7 @@ enum {
167#endif 167#endif
168 168
169/* As defined in plugin.lds */ 169/* As defined in plugin.lds */
170#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002 170#if defined(CPU_PP)
171#define CODEC_IRAM_ORIGIN 0x4000c000 171#define CODEC_IRAM_ORIGIN 0x4000c000
172#define CODEC_IRAM_SIZE 0xc000 172#define CODEC_IRAM_SIZE 0xc000
173#elif defined(IAUDIO_X5) 173#elif defined(IAUDIO_X5)