stm32f3: rcc: fix typo in PLL clocks for APB1

Reported by jabjoe on irc, fixed by zyp
This commit is contained in:
Karl Palsson 2019-01-10 14:42:54 +00:00
parent ad10e96811
commit 72e449f529

View File

@ -80,7 +80,7 @@ const struct rcc_clock_scale rcc_hse8mhz_configs[] = {
.ppre1 = RCC_CFGR_PPRE1_DIV_2,
.ppre2 = RCC_CFGR_PPRE2_DIV_NONE,
.ahb_frequency = 72e6,
.apb1_frequency = 32e6,
.apb1_frequency = 36e6,
.apb2_frequency = 72e6,
}
};