cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube_FW_F3_V1.1.0 stm32f3xx_hal_uart.h: line 444: missing closing bracket

apr
Associate
Posted on May 28, 2015 at 18:01

In STM32Cube_FW_F3_V1.1.0 (same with V1.1.1) in file

 

Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h

there is a closing bracket missing on line 444:

 435 /** @defgroup UART_Flags     UART Status Flags

 436   *        Elements values convention: 0xXXXX

 437   *           - 0xXXXX  : Flag mask in the ISR register

 438   * @{

 439   */

 440 &sharpdefine UART_FLAG_REACK                     ((uint32_t)0x00400000)

 441 &sharpdefine UART_FLAG_TEACK                     ((uint32_t)0x00200000)

 442 &sharpdefine UART_FLAG_WUF                       ((uint32_t)0x00100000)

 443 &sharpdefine UART_FLAG_RWU                       ((uint32_t)0x00080000)

 444 &sharpdefine UART_FLAG_SBKF                      ((uint32_t)0x00040000 

 445 &sharpdefine UART_FLAG_CMF                       ((uint32_t)0x00020000)

 446 &sharpdefine UART_FLAG_BUSY                      ((uint32_t)0x00010000)

 [...]

#stm32f3xx_hal_uart.h
1 REPLY 1
Amel NASRI
ST Employee
Posted on June 01, 2015 at 11:51

Thanks Andreas for reporting this issue.

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.