mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
[bsp] fix typo
This commit is contained in:
@@ -114,7 +114,7 @@ void UART7_IRQHandler(void)
|
||||
#if defined(RT_USING_UART8)
|
||||
struct rt_serial_device serial8;
|
||||
|
||||
void UART7_IRQHandler(void)
|
||||
void UART8_IRQHandler(void)
|
||||
{
|
||||
uart_isr(&serial8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user