cancel
Showing results for 
Search instead for 
Did you mean: 

Please correct: Typo in stm32f4xx_hal_pwr_ex.h of new release causes compile error

childresss
Associate II
Posted on April 17, 2015 at 08:25

When I did an update to the HAL firmware today, there was a compiler (IAR) error in

stm32f4xx_hal_pwr_ex.h

line #88 has this typo:

#if defined(STM32F405xx) || defined(STM32F407xx) || defined(STM32F415xx) || defined(

STM32F17xx

)

should be STM32F

4

17 which is my target CPU.

1 REPLY 1
Amel NASRI
ST Employee
Posted on April 17, 2015 at 12:21

Hi Steve,

Thanks for reporting this error. It is internally tracked and will be fixed in coming release.

-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.