Kinetis:Fixed kinetis_uartreset call in kinetis_lpserial.c
This commit is contained in:
parent
3ae4183971
commit
4bdf732fc7
@ -399,7 +399,7 @@ static void kinetis_shutdown(struct uart_dev_s *dev)
|
||||
|
||||
/* Reset hardware and disable Rx and Tx */
|
||||
|
||||
kinetis_uartreset(priv->uartbase);
|
||||
kinetis_lpuartreset(priv->uartbase);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user