From 161c861153f67c2436affc11860ed932a0d21c30 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 31 Dec 2023 21:30:07 -0500 Subject: Fix red in 4cd65b9d9 Change-Id: Ic3f136f5c88c46da68b78bc21ddefdf9fdbf2745 --- firmware/export/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 92997dc7b8..74be1f9711 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -601,10 +601,6 @@ Lyre prototype 1 */ //#error "unknown hwardware platform!" #endif -#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000 -#define CODEC_AAC_SBR_DEC -#endif - #ifdef __PCTOOL__ #undef CONFIG_CPU #define CONFIG_CPU 0 @@ -685,6 +681,10 @@ Lyre prototype 1 */ /* now set any CONFIG_ defines correctly if they are not used, No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */ +#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000 +#define CODEC_AAC_SBR_DEC +#endif + #if !defined(CONFIG_BACKLIGHT_FADING) #define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING #endif -- cgit v1.2.3