Compare commits

...

1 Commits

Author SHA1 Message Date
atse 86269d6153 clock speed changed, pending correponding SPI changes 2024-02-28 12:52:30 +08:00
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);