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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 38eb696515..0ed1be4157 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -753,7 +753,7 @@ Lyre prototype 1 */
753#define IBSS_ATTR 753#define IBSS_ATTR
754#define STATICIRAM static 754#define STATICIRAM static
755#endif 755#endif
756#if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) \ 756#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2)) \
757 && !defined(SIMULATOR) && !defined(BOOTLOADER) 757 && !defined(SIMULATOR) && !defined(BOOTLOADER)
758/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after 758/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after
759 * root_menu() has been called. Their code may be overwritten by other data or 759 * root_menu() has been called. Their code may be overwritten by other data or