2015-04-16 11:25 PM
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 STM32F4
17 which is my target CPU.2015-04-17 03:21 AM
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.