diff --git a/cpu/stm32_common/stmclk.c b/cpu/stm32_common/stmclk.c index ad8755c71d..793c67167e 100644 --- a/cpu/stm32_common/stmclk.c +++ b/cpu/stm32_common/stmclk.c @@ -87,7 +87,7 @@ #if (CLOCK_ENABLE_PLL_SAI) #ifdef RCC_PLLSAICFGR_PLLSAIN_Pos -#define PLLSAI_M (CLOCK_PLL_SAI_M << RCC_PLLSAICFGR_PLLSAIN_Pos) +#define PLLSAI_M (CLOCK_PLL_SAI_M << RCC_PLLSAICFGR_PLLSAIM_Pos) #else #define PLLSAI_M (0) #endif