git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13475 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
04ae78bb85
commit
e76f2c7fe9
|
@ -205,7 +205,7 @@ void stm32_clock_init(void) {
|
|||
#endif
|
||||
|
||||
/* Reduce the flash WS's for SYSCLK source if they are less than MSI WSs */
|
||||
if (STM32_FLASHBITS <= STM32_MSI_FLASHBITS) {
|
||||
if (STM32_FLASHBITS < STM32_MSI_FLASHBITS) {
|
||||
flash_ws_init(STM32_FLASHBITS);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue