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, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 440c0faef3..74c7e924ff 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -283,6 +283,9 @@
283#define IDATA_ATTR __attribute__ ((section(".idata"))) 283#define IDATA_ATTR __attribute__ ((section(".idata")))
284#define IBSS_ATTR __attribute__ ((section(".ibss"))) 284#define IBSS_ATTR __attribute__ ((section(".ibss")))
285#define USE_IRAM 285#define USE_IRAM
286#if CONFIG_CPU != SH7034
287#define IRAM_STEAL
288#endif
286#else 289#else
287#define ICODE_ATTR 290#define ICODE_ATTR
288#define ICONST_ATTR 291#define ICONST_ATTR