summaryrefslogtreecommitdiff
path: root/chip/npcx/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/uart.c')
-rw-r--r--chip/npcx/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/uart.c b/chip/npcx/uart.c
index eb6f6a4920..c80a9f3a8d 100644
--- a/chip/npcx/uart.c
+++ b/chip/npcx/uart.c
@@ -133,7 +133,7 @@ void uart_ec_interrupt(void)
uart_process_input();
uart_process_output();
}
-DECLARE_IRQ(NPCX_IRQ_UART, uart_ec_interrupt, 0);
+DECLARE_IRQ(NPCX_IRQ_UART, uart_ec_interrupt, 1);
static void uart_config(void)
{