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 e1c0cbc938..6a04504613 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -400,7 +400,7 @@
400 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ 400 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
401 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ 401 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
402 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ 402 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
403 /*defined(CPU_TCC780X) || /. Telechips: core, plugins, codecs */ \ 403 defined(CPU_TCC780X) || /* Telechips: core, plugins, codecs */ \
404 (CONFIG_CPU == PNX0101)) 404 (CONFIG_CPU == PNX0101))
405#define ICODE_ATTR __attribute__ ((section(".icode"))) 405#define ICODE_ATTR __attribute__ ((section(".icode")))
406#define ICONST_ATTR __attribute__ ((section(".irodata"))) 406#define ICONST_ATTR __attribute__ ((section(".irodata")))