summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/sansaclip.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index fc26f9d413..602994d186 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -128,9 +128,9 @@
128/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 128/* define this if the flash memory uses the SecureDigital Memory Card protocol */
129#define CONFIG_STORAGE STORAGE_SD 129#define CONFIG_STORAGE STORAGE_SD
130 130
131#define BATTERY_CAPACITY_DEFAULT 350 /* default battery capacity */ 131#define BATTERY_CAPACITY_DEFAULT 330 /* default battery capacity */
132#define BATTERY_CAPACITY_MIN 350 /* min. capacity selectable */ 132#define BATTERY_CAPACITY_MIN 330 /* min. capacity selectable */
133#define BATTERY_CAPACITY_MAX 350 /* max. capacity selectable */ 133#define BATTERY_CAPACITY_MAX 330 /* max. capacity selectable */
134#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 134#define BATTERY_CAPACITY_INC 0 /* capacity increment */
135#define BATTERY_TYPES_COUNT 1 /* only one type */ 135#define BATTERY_TYPES_COUNT 1 /* only one type */
136 136
@@ -154,8 +154,8 @@
154/* #define HAVE_POWEROFF_WHILE_CHARGING */ 154/* #define HAVE_POWEROFF_WHILE_CHARGING */
155 155
156/* define current usage levels (based on battery bench) */ 156/* define current usage levels (based on battery bench) */
157#define CURRENT_NORMAL 45 157#define CURRENT_NORMAL 42
158#define CURRENT_BACKLIGHT 14 158#define CURRENT_BACKLIGHT 13
159#define CURRENT_RECORD CURRENT_NORMAL 159#define CURRENT_RECORD CURRENT_NORMAL
160 160
161/* Define this to the CPU frequency */ 161/* Define this to the CPU frequency */