diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-05-04 15:21:24 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-05-04 15:21:24 +0000 |
commit | 5d730497688c89d905727551952adb9a43404572 (patch) | |
tree | 7adec7c715ba6e1eaad0ad31bc0b0ec5ee493bdc /firmware/export/config-gigabeat.h | |
parent | 2aaf45e643053b9a3515e4320b82b16fb32be02a (diff) |
Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. Also, HW_SAMPR_CAPS should always be defined for sim and target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13321 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r-- | firmware/export/config-gigabeat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index cd2fac360c..35b6175227 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -70,6 +70,9 @@ #define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ +#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ + SAMPR_CAP_11) + #ifndef SIMULATOR /* The LCD on a Gigabeat is 240x320 - it is portrait */ @@ -133,7 +136,4 @@ #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" -#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ - SAMPR_CAP_11 | SAMPR_CAP_8) - #endif |