summaryrefslogtreecommitdiff
path: root/board/host/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.h')
-rw-r--r--board/host/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/host/board.h b/board/host/board.h
index b80ac27fdb..a9528cf055 100644
--- a/board/host/board.h
+++ b/board/host/board.h
@@ -12,7 +12,6 @@
#define CONFIG_EXTPOWER_GPIO
#undef CONFIG_FMAP
#define CONFIG_POWER_BUTTON
-#define CONFIG_TEMP_SENSOR
#undef CONFIG_WATCHDOG
#undef CONFIG_CONSOLE_HISTORY
@@ -60,6 +59,7 @@ enum temp_sensor_id {
TEMP_SENSOR_CPU = 0,
TEMP_SENSOR_BOARD,
TEMP_SENSOR_CASE,
+ TEMP_SENSOR_BATTERY,
TEMP_SENSOR_COUNT
};