summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/celes/battery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/celes/battery.c b/board/celes/battery.c
index dfbde519d4..f26c96d54b 100644
--- a/board/celes/battery.c
+++ b/board/celes/battery.c
@@ -14,8 +14,8 @@
/* Shutdown mode parameter to write to manufacturer access register */
#define SB_SHUTDOWN_DATA 0x0010
-#define CHARGING_VOLTAGE_LIMIT 8500
-#define CHARGING_CURRENT_LIMIT 1930
+#define CHARGING_VOLTAGE_LIMIT 8304
+#define CHARGING_CURRENT_LIMIT 1536
static const struct battery_info info = {
.voltage_max = 8700,/* mV */