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, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 8e9afe5937..eca736ddae 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -835,9 +835,11 @@ Lyre prototype 1 */
835 * from crashes to freezes to exploding daps. 835 * from crashes to freezes to exploding daps.
836 */ 836 */
837#define INIT_ATTR __attribute__ ((section(".init"))) 837#define INIT_ATTR __attribute__ ((section(".init")))
838#define INITDATA_ATTR __attribute__ ((section(".initdata")))
838#define HAVE_INIT_ATTR 839#define HAVE_INIT_ATTR
839#else 840#else
840#define INIT_ATTR 841#define INIT_ATTR
842#define INITDATA_ATTR
841#endif 843#endif
842 844
843#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__) 845#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)