[bsp] fix typo

This commit is contained in:
liang yongxiang 2018-03-13 17:42:21 +08:00
parent 7bff4a1bee
commit da3c900685
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}