summaryrefslogtreecommitdiff
path: root/board/puff/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/puff/board.c')
-rw-r--r--board/puff/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/puff/board.c b/board/puff/board.c
index cf38b5d43d..ab7f2968c2 100644
--- a/board/puff/board.c
+++ b/board/puff/board.c
@@ -284,7 +284,7 @@ const struct adc_t adc_channels[] = {
.name = "VBUS",
.input_ch = NPCX_ADC_CH4,
.factor_mul = ADC_MAX_VOLT * 39,
- .factor_div = (ADC_READ_MAX + 1) / 5,
+ .factor_div = (ADC_READ_MAX + 1) * 5,
},
[ADC_PPVAR_IMON] = { /* 500 mV/A */
.name = "PPVAR_IMON",