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