mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
# pyboard provides a 12MHz HSE so its needs a custom PLL config to output a
|
|
# 48MHz clock for USB.
|
|
CONFIG_CUSTOM_PLL_PARAMS=y
|
|
CONFIG_CLOCK_PLL_M=12
|
|
CONFIG_CLOCK_PLL_N=336
|