clock speed changed, pending correponding SPI changes

This commit is contained in:
atse 2024-02-28 12:52:30 +08:00
parent bd9ae997ae
commit 43c4da084d

View File

@ -107,8 +107,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);