summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index ed8c7bb685..b66af2307c 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -132,9 +132,9 @@
132/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 132/* define this if the flash memory uses the SecureDigital Memory Card protocol */
133#define CONFIG_STORAGE STORAGE_SD 133#define CONFIG_STORAGE STORAGE_SD
134 134
135#define BATTERY_CAPACITY_DEFAULT 380 /* default battery capacity */ 135#define BATTERY_CAPACITY_DEFAULT 290 /* default battery capacity */
136#define BATTERY_CAPACITY_MIN 380 /* min. capacity selectable */ 136#define BATTERY_CAPACITY_MIN 290 /* min. capacity selectable */
137#define BATTERY_CAPACITY_MAX 380 /* max. capacity selectable */ 137#define BATTERY_CAPACITY_MAX 290 /* max. capacity selectable */
138#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 138#define BATTERY_CAPACITY_INC 0 /* capacity increment */
139#define BATTERY_TYPES_COUNT 1 /* only one type */ 139#define BATTERY_TYPES_COUNT 1 /* only one type */
140 140