summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/ipod6g.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index 2e4afbdf63..b03b1131bd 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -133,11 +133,9 @@
133/* Define this if you have a software controlled poweroff */ 133/* Define this if you have a software controlled poweroff */
134#define HAVE_SW_POWEROFF 134#define HAVE_SW_POWEROFF
135 135
136/* The number of bytes reserved for loadable codecs */ 136/* Buffer for plugins and codecs. */
137#define CODEC_SIZE 0x100000 137#define PLUGIN_BUFFER_SIZE 0x200000 /* 2 MiB */
138 138#define CODEC_SIZE 0x100000 /* 1 MiB */
139/* The number of bytes reserved for loadable plugins */
140#define PLUGIN_BUFFER_SIZE 0x80000
141 139
142/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb) 140/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb)
143 * which has a standard battery of 850mAh. 141 * which has a standard battery of 850mAh.