From af98521301dd7daea579fec829504d8a40df2f2b Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Mon, 29 Apr 2013 18:35:06 +0200 Subject: [PATCH] [stm32] update doxy for usart_set_baudrate --- lib/stm32/common/usart_common_all.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/stm32/common/usart_common_all.c b/lib/stm32/common/usart_common_all.c index 452fa12e..198bf855 100644 --- a/lib/stm32/common/usart_common_all.c +++ b/lib/stm32/common/usart_common_all.c @@ -36,13 +36,11 @@ Devices can have up to 3 USARTs and 2 UARTs. /*-----------------------------------------------------------------------------*/ /** @brief USART Set Baudrate. -The baud rate is computed from the APB high-speed prescaler clock (for USART1) +The baud rate is computed from the APB high-speed prescaler clock (for USART1/6) or the APB low-speed prescaler clock (for other USARTs). These values must be correctly set before calling this function (refer to the rcc_clock_setup-* functions in RCC). -@todo Add support for USART6 and oversampling in F2/F4 - @param[in] usart unsigned 32 bit. USART block register address base @ref usart_reg_base @param[in] baud unsigned 32 bit. Baud rate specified in Hz. */