diff options
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 */ |