diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-11-27 08:27:36 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-11-27 08:27:36 +0000 |
commit | e8874e920b6b6bd81094d97e8ec82e2e992e8dc6 (patch) | |
tree | 85519864910c39592f27752f625ded482db8295f /firmware/export | |
parent | 34332cf2ecece9211aba3c59e564e5d15feb4a32 (diff) |
Remove doubled 16k samplerate flag.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19243 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-gigabeat-s.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index 4359c90279..71d84de5b3 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -74,8 +74,7 @@ #define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ - SAMPR_CAP_16 | SAMPR_CAP_12 | SAMPR_CAP_11 | \ - SAMPR_CAP_8) + SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8) #ifndef BOOTLOADER /* Not for bootloader */ |