rcc: update pll clock naming

This commit is contained in:
xoviat
2023-10-15 15:10:42 -05:00
parent cd92bc3145
commit 1fc35c753b
6 changed files with 22 additions and 17 deletions

View File

@ -314,7 +314,7 @@ pub(crate) unsafe fn init(config: Config) {
apb1_tim: apb1_tim_freq,
apb2: apb2_freq,
apb2_tim: apb2_tim_freq,
pll48: Some(pll_clocks.pll48_freq),
pll1_q: Some(pll_clocks.pll48_freq),
rtc,
});
}