mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 13:01:30 +11:00
Merge branch 'pll' of github.com:Nic0w/rp-hal into pll
This commit is contained in:
commit
e91e124484
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue