Skip to content

Commit a4b448e

Browse files
ydamigosgalak
authored andcommitted
uart_stm32: Fix flow misspelling
Fix flow misspelling. Signed-off-by: Yannis Damigos <[email protected]>
1 parent b4fde33 commit a4b448e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/serial/uart_stm32.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ static inline u32_t uart_stm32_cfg2ll_hwctrl(enum uart_config_flow_control fc)
257257
}
258258

259259
/**
260-
* @brief Get Zephyr hardware frlow control option from
260+
* @brief Get Zephyr hardware flow control option from
261261
* LL hardware flow control define.
262262
* @note Supports only LL_USART_HWCONTROL_RTS_CTS.
263-
* @param fc: LL hardware frlow control definition.
263+
* @param fc: LL hardware flow control definition.
264264
* @retval UART_CFG_FLOW_CTRL_RTS_CTS, or UART_CFG_FLOW_CTRL_NONE.
265265
*/
266266
static inline enum uart_config_flow_control uart_stm32_ll2cfg_hwctrl(u32_t fc)

0 commit comments

Comments
 (0)