drivers: serial: fix typos
Typos were found with codespell utility. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
parent
4828fa0649
commit
1155d4679b
6 changed files with 15 additions and 15 deletions
|
@ -73,7 +73,7 @@ static int uart_imx_init(const struct device *dev)
|
|||
|
||||
UART_Init(uart, &initConfig);
|
||||
|
||||
/* Set UART build-in hardware FIFO Watermark. */
|
||||
/* Set UART built-in hardware FIFO Watermark. */
|
||||
UART_SetTxFifoWatermark(uart, 2);
|
||||
UART_SetRxFifoWatermark(uart, 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue