From 173d854e7f10c51969ccf237074aa8dfcc083c7f Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sun, 11 Oct 2009 06:08:14 +0000 Subject: 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 --- firmware/export/config-mrobe500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-mrobe500.h') 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 @@ #define PLUGIN_BUFFER_SIZE 0x200000 #endif -#define HW_SAMPR_CAPS SAMPR_CAP_44 +#define HW_SAMPR_CAPS SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 | SAMPR_CAP_8 #define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1000 /* min. capacity selectable */ -- cgit v1.2.3