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

boards/pyboard: fix kconfig model usb clock

This commit is contained in:
MrKevinWeiss 2022-10-10 12:35:29 +02:00
parent 842ba5f51c
commit e93cd15973
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -35,7 +35,7 @@ config CLOCK_PLL_M
default 12
config CLOCK_PLL_N
default 336 if MODULE_PERIPH_USBDEV && TEST_KCONFIG
default 336 if MODULE_PERIPH_USBDEV_CLK && TEST_KCONFIG
default 360