summaryrefslogtreecommitdiff
path: root/chip/npcx/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/hwtimer.c')
-rw-r--r--chip/npcx/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/hwtimer.c b/chip/npcx/hwtimer.c
index 58bcda17c5..206f5f219c 100644
--- a/chip/npcx/hwtimer.c
+++ b/chip/npcx/hwtimer.c
@@ -265,7 +265,7 @@ void __hw_clock_source_irq(void)
#endif
}
}
-DECLARE_IRQ(NPCX_IRQ_ITIM32, __hw_clock_source_irq, 0);
+DECLARE_IRQ(NPCX_IRQ_ITIM32, __hw_clock_source_irq, 2);
static void update_prescaler(void)
{