summaryrefslogtreecommitdiff
path: root/chip/npcx/adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/adc.c')
-rw-r--r--chip/npcx/adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/adc.c b/chip/npcx/adc.c
index 6829a627a0..1712b889ab 100644
--- a/chip/npcx/adc.c
+++ b/chip/npcx/adc.c
@@ -161,7 +161,7 @@ void adc_interrupt(void)
task_set_event(task_waiting, TASK_EVENT_ADC_DONE, 0);
}
}
-DECLARE_IRQ(NPCX_IRQ_ADC, adc_interrupt, 3);
+DECLARE_IRQ(NPCX_IRQ_ADC, adc_interrupt, 4);
/**
* ADC initial.