clock speed changed, pending correponding SPI changes

This commit is contained in:
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) .use_hse(HSE)
.sysclk(168.mhz()) .sysclk(168.mhz())
.hclk(168.mhz()) .hclk(168.mhz())
.pclk1(32.mhz()) .pclk1(42.mhz())
.pclk2(64.mhz()) .pclk2(84.mhz())
.freeze(); .freeze();
let mut wd = IndependentWatchdog::new(dp.IWDG); let mut wd = IndependentWatchdog::new(dp.IWDG);