diff options
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r-- | src/stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index 0c240bb2..8a7afc3d 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -206,7 +206,7 @@ config CLOCK_FREQ default 180000000 if MACH_STM32F446 default 216000000 if MACH_STM32F765 default 64000000 if MACH_STM32G0 - default 150000000 if MACH_STM32G431 + default 170000000 if MACH_STM32G431 default 170000000 if MACH_STM32G474 default 520000000 if MACH_STM32H723 default 400000000 if MACH_STM32H743 || MACH_STM32H750 |