diff options
| -rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 06003b4..51cf8c4 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -747,7 +747,7 @@ Lyre prototype 1 */ #define IBSS_ATTR #define STATICIRAM static #endif -#if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) && !defined(SIMULATOR) +#if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) && !defined(SIMULATOR) && !defined(BOOTLOADER) #define INIT_ATTR __attribute__ ((section(".init"))) #else #define INIT_ATTR |