X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil%2FST_Library%2Finclude%2Fstm32f7xx_hal_uart.h;h=71a052d0e50a0d3f72b91856fbd5c9ebef9fcfbb;hb=cc76343cf920df6c1521467fb88ebf69b7995bc2;hp=938fade77ec8a1a46f224784dc988b8418be3d44;hpb=71ccce588869c5a7643d6bc1e64f4dc6bdae81f2;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/ST_Library/include/stm32f7xx_hal_uart.h b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/ST_Library/include/stm32f7xx_hal_uart.h index 938fade77..71a052d0e 100644 --- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/ST_Library/include/stm32f7xx_hal_uart.h +++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/ST_Library/include/stm32f7xx_hal_uart.h @@ -2,8 +2,8 @@ ****************************************************************************** * @file stm32f7xx_hal_uart.h * @author MCD Application Team - * @version V1.0.0RC1 - * @date 24-March-2015 + * @version V1.0.0 + * @date 12-May-2015 * @brief Header file of UART HAL module. ****************************************************************************** * @attention @@ -936,7 +936,7 @@ typedef struct /** @brief Check UART Baud rate * @param BAUDRATE: Baudrate specified by the user - * The maximum Baud Rate is derived from the maximum clock on F7 (i.e. 200 MHz) + * The maximum Baud Rate is derived from the maximum clock on F7 (i.e. 216 MHz) * divided by the smallest oversampling used on the USART (i.e. 8) * @retval Test result (TRUE or FALSE). */