summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 947db4185f..1bbdd6021e 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -48,8 +48,8 @@
48/* The number of bytes reserved for loadable plugins */ 48/* The number of bytes reserved for loadable plugins */
49#define PLUGIN_BUFFER_SIZE 0x80000 49#define PLUGIN_BUFFER_SIZE 0x80000
50 50
51/* Define this if you have the WM8975 audio codec */ 51/* Use the built-in DAC on the PP5024 */
52#define HAVE_WM8731 52#define HAVE_PP5024_CODEC
53 53
54#define AB_REPEAT_ENABLE 1 54#define AB_REPEAT_ENABLE 1
55 55
@@ -121,4 +121,6 @@
121#define BOOTFILE_EXT "e200" 121#define BOOTFILE_EXT "e200"
122#define BOOTFILE "rockbox." BOOTFILE_EXT 122#define BOOTFILE "rockbox." BOOTFILE_EXT
123 123
124#define ICODE_ATTR_TREMOR_NOT_MDCT
125
124#endif 126#endif