summaryrefslogtreecommitdiff
path: root/board/kinox/sensors.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kinox/sensors.c')
-rw-r--r--board/kinox/sensors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kinox/sensors.c b/board/kinox/sensors.c
index 3441d2621e..7272e1b711 100644
--- a/board/kinox/sensors.c
+++ b/board/kinox/sensors.c
@@ -56,7 +56,7 @@ const struct adc_t adc_channels[] = {
.name = "ADP_ID",
.input_ch = NPCX_ADC_CH4,
.factor_mul = ADC_MAX_VOLT,
- .factor_div = ADC_READ_MAX + 1,
+ .factor_div = ADC_READ_MAX,
},
};
BUILD_ASSERT(ARRAY_SIZE(adc_channels) == ADC_CH_COUNT);