summaryrefslogtreecommitdiff
path: root/board/hatch/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch/board.h')
-rw-r--r--board/hatch/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/hatch/board.h b/board/hatch/board.h
index ad665c6867..3cfc6aff0a 100644
--- a/board/hatch/board.h
+++ b/board/hatch/board.h
@@ -88,7 +88,8 @@ enum temp_sensor_id {
/* List of possible batteries */
enum battery_type {
- BATTERY_KEYSTONE,
+ BATTERY_SMP_LIS,
+ BATTERY_SMP_SDI,
BATTERY_TYPE_COUNT,
};