clock speed changed, pending correponding SPI changes

correct-clock
atse 2024-02-28 12:52:30 +08:00
parent 76547be90a
commit 86269d6153
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ fn main() -> ! {
.use_hse(HSE)
.sysclk(168.mhz())
.hclk(168.mhz())
.pclk1(32.mhz())
.pclk2(64.mhz())
.pclk1(42.mhz())
.pclk2(84.mhz())
.freeze();
let mut wd = IndependentWatchdog::new(dp.IWDG);