mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 03:52:50 +01:00
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
|
# msbiot provides a 16MHz HSE so its needs a custom PLL config to output a
|
||
|
# 180MHz clock.
|
||
|
CONFIG_CUSTOM_PLL_PARAMS=y
|
||
|
CONFIG_CLOCK_PLL_M=16
|
||
|
CONFIG_CLOCK_PLL_N=360
|