BUGFIX:STM32F427 was rebooting. Over reached family.

This commit is contained in:
David Sidrane 2016-12-08 20:31:56 +00:00
parent a692a4cc46
commit c77bda47d7

View File

@ -743,7 +743,8 @@ static void stm32_stdclockconfig(void)
{
}
#if defined(PWR_CSR_ODRDY)
#if defined(CONFIG_STM32_STM32F429) || defined(CONFIG_STM32_STM32F446) || \
defined(CONFIG_STM32_STM32F469)
/* Enable the Over-drive to extend the clock frequency to 180 Mhz */