From 9e680e9f86612a5f1c55693d4b3dee6f5697865a Mon Sep 17 00:00:00 2001 From: 7YZ7 <82019212+7YZ7@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:59:31 +0800 Subject: [PATCH] [bsp][ls1c] fix a misoperation attach #7291 --- libcpu/mips/gs232/ls1c.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcpu/mips/gs232/ls1c.h b/libcpu/mips/gs232/ls1c.h index a104cc9674..80b8e05136 100644 --- a/libcpu/mips/gs232/ls1c.h +++ b/libcpu/mips/gs232/ls1c.h @@ -17,6 +17,7 @@ #define LS1C_ACPI_IRQ 0 #define LS1C_HPET_IRQ 1 //#define LS1C_UART0_IRQ 3 // linux使用3,v1.4版本之前1c分配有问题,建议使用2,以确保正确 +#define LS1C_UART1_IRQ 4 #define LS1C_UART2_IRQ 5 #define LS1C_CAN0_IRQ 6 #define LS1C_CAN1_IRQ 7