summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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 4d370aa9cd..4245a2d31c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -722,7 +722,7 @@ Lyre prototype 1*/
722#endif 722#endif
723 723
724#if defined(SIMULATOR) && defined(__APPLE__) 724#if defined(SIMULATOR) && defined(__APPLE__)
725#define DATA_ATTR __attribute__ ((section(".section __DATA, __data"))) 725#define DATA_ATTR __attribute__ ((section("__DATA, .data")))
726#else 726#else
727#define DATA_ATTR __attribute__ ((section(".data"))) 727#define DATA_ATTR __attribute__ ((section(".data")))
728#endif 728#endif