[bsp]clean code

This commit is contained in:
tanek liang 2017-12-07 13:15:52 +08:00
parent 5fd89e4461
commit 6a88e5b20e
1 changed files with 12 additions and 13 deletions

View File

@ -350,7 +350,6 @@ int imxrt_hw_usart_init(void)
struct serial_configure config = RT_SERIAL_CONFIG_DEFAULT;
int i;
for (i = 0; i < sizeof(uarts) / sizeof(uarts[0]); i++)
{
uarts[i].serial->ops = &imxrt_uart_ops;