forked from M-Labs/thermostat
clock speed changed, pending correponding SPI changes
This commit is contained in:
parent
bd9ae997ae
commit
43c4da084d
@ -107,8 +107,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);
|
||||||
|
Loading…
Reference in New Issue
Block a user