summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/falco/battery.c1
-rw-r--r--board/slippy/battery.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/board/falco/battery.c b/board/falco/battery.c
index 9acac12c7b..ea8e718110 100644
--- a/board/falco/battery.c
+++ b/board/falco/battery.c
@@ -11,7 +11,6 @@
#define SB_SHIP_MODE_DATA 0x0010
-/* FIXME: We need REAL values for all this stuff */
const struct battery_temperature_ranges bat_temp_ranges = {
.start_charging_min_c = 0,
.start_charging_max_c = 45,
diff --git a/board/slippy/battery.c b/board/slippy/battery.c
index 27bb494343..1e2671bb97 100644
--- a/board/slippy/battery.c
+++ b/board/slippy/battery.c
@@ -8,7 +8,7 @@
#include "battery.h"
#include "gpio.h"
-/* FIXME: We need REAL values for all this stuff */
+/* Reasonable temperature thresholds, since we didn't get vendor data */
const struct battery_temperature_ranges bat_temp_ranges = {
.start_charging_min_c = 0,
.start_charging_max_c = 50,