bumped PAC to v0.3.0

This commit is contained in:
2025-02-13 16:11:27 +01:00
parent 464cc60c75
commit 273be8b3cf
10 changed files with 24 additions and 25 deletions

View File

@ -431,7 +431,9 @@ impl ClkgenCfgr {
}
}
}
None => self.clkgen.ctrl0().modify(|_, w| w.pll_pwdn().set_bit()),
None => {
self.clkgen.ctrl0().modify(|_, w| w.pll_pwdn().set_bit());
}
}
if self.clk_lost_detection {