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 da35f79b33..963818551f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -624,6 +624,7 @@
624#define ICONST_ATTR __attribute__ ((section(".irodata"))) 624#define ICONST_ATTR __attribute__ ((section(".irodata")))
625#define IDATA_ATTR __attribute__ ((section(".idata"))) 625#define IDATA_ATTR __attribute__ ((section(".idata")))
626#define IBSS_ATTR __attribute__ ((section(".ibss"))) 626#define IBSS_ATTR __attribute__ ((section(".ibss")))
627#define DATA_ATTR __attribute__ ((section(".data")))
627#define USE_IRAM 628#define USE_IRAM
628#if CONFIG_CPU != SH7034 629#if CONFIG_CPU != SH7034
629#define PLUGIN_USE_IRAM 630#define PLUGIN_USE_IRAM
@@ -641,6 +642,7 @@
641#define ICONST_ATTR 642#define ICONST_ATTR
642#define IDATA_ATTR 643#define IDATA_ATTR
643#define IBSS_ATTR 644#define IBSS_ATTR
645#define DATA_ATTR
644#define STATICIRAM static 646#define STATICIRAM static
645#endif 647#endif
646 648