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

cpu/stm32: enable HSI48 for periph_usbdev

This commit is contained in:
Gunar Schorcht 2023-07-05 09:40:24 +02:00
parent ec52057efc
commit c628486f5f

View File

@ -128,8 +128,8 @@
#define CLOCK_APB2_DIV (RCC_CFGR2_PPRE2_2 | RCC_CFGR2_PPRE2_1 | RCC_CFGR2_PPRE2_0)
#endif
/* Only periph_hwrng requires HSI RC with 48MHz for the moment */
#if IS_USED(MODULE_PERIPH_HWRNG)
/* Only periph_hwrng and periph_usbdev require HSI RC with 48MHz for the moment */
#if IS_USED(MODULE_PERIPH_HWRNG) || IS_USED(MODULE_PERIPH_USBDEV_CLK)
#define CLOCK_ENABLE_HSI48 1
#else
#define CLOCK_ENABLE_HSI48 0