summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 51cf8c4f8f..ef72784ff7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -749,6 +749,7 @@ Lyre prototype 1 */
749#endif 749#endif
750#if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) && !defined(SIMULATOR) && !defined(BOOTLOADER) 750#if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) && !defined(SIMULATOR) && !defined(BOOTLOADER)
751#define INIT_ATTR __attribute__ ((section(".init"))) 751#define INIT_ATTR __attribute__ ((section(".init")))
752#define HAVE_INIT_ATTR
752#else 753#else
753#define INIT_ATTR 754#define INIT_ATTR
754#endif 755#endif