1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #15831 from aabadie/pr/cpu/stm32f423_max_clock_kconfig

cpu/stm32: fix wrong max clock for stm32f423xx line
This commit is contained in:
Marian Buschsieweke 2021-01-21 20:46:33 +01:00 committed by GitHub
commit 65d9961be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ config CPU_LINE_STM32F417XX
config CPU_LINE_STM32F423XX
bool
select CPU_FAM_F4
select CLOCK_MAX_180MHZ
select CLOCK_MAX_100MHZ
config CPU_LINE_STM32F427XX
bool