We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fde33 commit a4b448eCopy full SHA for a4b448e
drivers/serial/uart_stm32.c
@@ -257,10 +257,10 @@ static inline u32_t uart_stm32_cfg2ll_hwctrl(enum uart_config_flow_control fc)
257
}
258
259
/**
260
- * @brief Get Zephyr hardware frlow control option from
+ * @brief Get Zephyr hardware flow control option from
261
* LL hardware flow control define.
262
* @note Supports only LL_USART_HWCONTROL_RTS_CTS.
263
- * @param fc: LL hardware frlow control definition.
+ * @param fc: LL hardware flow control definition.
264
* @retval UART_CFG_FLOW_CTRL_RTS_CTS, or UART_CFG_FLOW_CTRL_NONE.
265
*/
266
static inline enum uart_config_flow_control uart_stm32_ll2cfg_hwctrl(u32_t fc)
0 commit comments