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 50b5ee4e43..89e0036947 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -982,7 +982,7 @@ Lyre prototype 1 */
982 982
983#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \ 983#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \
984 (CONFIG_CPU == IMX31L) || (CONFIG_CPU == IMX233) || \ 984 (CONFIG_CPU == IMX31L) || (CONFIG_CPU == IMX233) || \
985 (CONFIG_CPU == RK27XX)) \ 985 (CONFIG_CPU == RK27XX) || defined(CPU_COLDFIRE)) \
986 && (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) 986 && (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
987/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after 987/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after
988 * root_menu() has been called. Their code may be overwritten by other data or 988 * root_menu() has been called. Their code may be overwritten by other data or