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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 24e258d3af..0e9df895c5 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -778,7 +778,8 @@ Lyre prototype 1 */
778#define IBSS_ATTR 778#define IBSS_ATTR
779#define STATICIRAM static 779#define STATICIRAM static
780#endif 780#endif
781#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2)) \ 781#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \
782 (CONFIG_CPU == IMX31L)) \
782 && !defined(SIMULATOR) && !defined(BOOTLOADER) 783 && !defined(SIMULATOR) && !defined(BOOTLOADER)
783/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after 784/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after
784 * root_menu() has been called. Their code may be overwritten by other data or 785 * root_menu() has been called. Their code may be overwritten by other data or