summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-10-11 06:08:14 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-10-11 06:08:14 +0000
commit173d854e7f10c51969ccf237074aa8dfcc083c7f (patch)
tree849e8f665ab2201ddce068bb6b0bf92ea0ce2c1d /firmware/export/config-mrobe500.h
parent14079c39f0525e4ddb3951e3cf8a2aa52b170d77 (diff)
downloadrockbox-173d854e7f10c51969ccf237074aa8dfcc083c7f.tar.gz
rockbox-173d854e7f10c51969ccf237074aa8dfcc083c7f.zip
M:Robe 500: Add support for more audio frequencies, initialize and set the touchscreen PWD pin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23089 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 1ad521f864..5ce1926713 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -180,7 +180,7 @@
180#define PLUGIN_BUFFER_SIZE 0x200000 180#define PLUGIN_BUFFER_SIZE 0x200000
181#endif 181#endif
182 182
183#define HW_SAMPR_CAPS SAMPR_CAP_44 183#define HW_SAMPR_CAPS SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 | SAMPR_CAP_8
184 184
185#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */ 185#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
186#define BATTERY_CAPACITY_MIN 1000 /* min. capacity selectable */ 186#define BATTERY_CAPACITY_MIN 1000 /* min. capacity selectable */