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:
commit
65d9961be8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user