uart_stm32: Fix flow misspelling
Fix flow misspelling. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
b4fde33243
commit
a4b448ea59
1 changed files with 2 additions and 2 deletions
|
@ -257,10 +257,10 @@ static inline u32_t uart_stm32_cfg2ll_hwctrl(enum uart_config_flow_control fc)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get Zephyr hardware frlow control option from
|
* @brief Get Zephyr hardware flow control option from
|
||||||
* LL hardware flow control define.
|
* LL hardware flow control define.
|
||||||
* @note Supports only LL_USART_HWCONTROL_RTS_CTS.
|
* @note Supports only LL_USART_HWCONTROL_RTS_CTS.
|
||||||
* @param fc: LL hardware frlow control definition.
|
* @param fc: LL hardware flow control definition.
|
||||||
* @retval UART_CFG_FLOW_CTRL_RTS_CTS, or UART_CFG_FLOW_CTRL_NONE.
|
* @retval UART_CFG_FLOW_CTRL_RTS_CTS, or UART_CFG_FLOW_CTRL_NONE.
|
||||||
*/
|
*/
|
||||||
static inline enum uart_config_flow_control uart_stm32_ll2cfg_hwctrl(u32_t fc)
|
static inline enum uart_config_flow_control uart_stm32_ll2cfg_hwctrl(u32_t fc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue