summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/corori/board.c2
-rw-r--r--board/corori/board.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/board/corori/board.c b/board/corori/board.c
index 86425347fc..a8dc9d5b53 100644
--- a/board/corori/board.c
+++ b/board/corori/board.c
@@ -180,7 +180,7 @@ const struct temp_sensor_t temp_sensors[] = {
.type = TEMP_SENSOR_TYPE_BOARD,
.read = get_temp_3v3_51k1_47k_4050b,
.idx = ADC_TEMP_SENSOR_1},
- [TEMP_SENSOR_2] = {.name = "Ambient",
+ [TEMP_SENSOR_2] = {.name = "Charger",
.type = TEMP_SENSOR_TYPE_BOARD,
.read = get_temp_3v3_51k1_47k_4050b,
.idx = ADC_TEMP_SENSOR_2},
diff --git a/board/corori/board.h b/board/corori/board.h
index a3491648f2..33370ecd27 100644
--- a/board/corori/board.h
+++ b/board/corori/board.h
@@ -44,8 +44,7 @@
/* Temp sensor */
#define CONFIG_TEMP_SENSOR
-#define CONFIG_THROTTLE_AP
-#define CONFIG_THERMISTOR_NCP15WB
+#define CONFIG_THERMISTOR
#define CONFIG_STEINHART_HART_3V3_51K1_47K_4050B
/* USB */