fix clock init by setting flash latency last for low freqs

This commit is contained in:
Conor Patrick
2019-03-02 20:05:27 -05:00
parent 7a98764a5b
commit 246dea8a44
2 changed files with 34 additions and 34 deletions

View File

@ -222,7 +222,7 @@ void SystemInit(void)
RCC->CIER = 0x00000000U;
// TODO this is causing boot issues for old bootloader
// device_set_clock_rate(DEVICE_LOW_POWER_IDLE);
device_set_clock_rate(DEVICE_LOW_POWER_IDLE);
}