Update drv_usart.c

remove the end space of line:324.
This commit is contained in:
Bernard Xiong 2021-10-06 04:52:02 +08:00 committed by GitHub
parent 3bf45dc4ad
commit 65f52257f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ static const struct uart_index uart_clock_map[] =
#endif
#ifdef BSP_USING_UART10
{9, M4_USART10},
#endif
#endif
};
static const struct uart_irq_handler uart_irq_handlers[sizeof(uart_obj) / sizeof(uart_obj[0])];