Merge branch 'pll' of github.com:Nic0w/rp-hal into pll

This commit is contained in:
Nic0w 2021-04-29 20:21:02 +02:00
commit e91e124484

View file

@ -198,7 +198,7 @@ impl<D: PhaseLockedLoopDevice> PhaseLockedLoop<Disabled, D> {
w w
}); });
// Turn on self.device // Turn on PLL
self.device.pwr.modify(|_,w| { self.device.pwr.modify(|_,w| {
w.pd().clear_bit(); w.pd().clear_bit();
w.vcopd().clear_bit(); w.vcopd().clear_bit();