git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13475 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2020-03-24 15:33:29 +00:00
parent 04ae78bb85
commit e76f2c7fe9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}