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

boards/stm32f769i-disco: fix mistake in Kconfig clock config

This commit is contained in:
Alexandre Abadie 2021-11-15 15:08:20 +01:00
parent 6dbf1c3013
commit 527d321533
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -2,4 +2,4 @@
# to remain in 216MHz max clock.
CONFIG_CUSTOM_PLL_PARAMS=y
CONFIG_CLOCK_PLL_M=25
CONFIG_CLOCK_PLL_M=432
CONFIG_CLOCK_PLL_N=432