mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
Remove redundant field name
This commit is contained in:
parent
f21648de93
commit
010a5cabf3
|
@ -69,7 +69,7 @@ impl<S: State> CrystalOscillator<S> {
|
||||||
fn transition<To: State>(self, state: To) -> CrystalOscillator<To> {
|
fn transition<To: State>(self, state: To) -> CrystalOscillator<To> {
|
||||||
CrystalOscillator {
|
CrystalOscillator {
|
||||||
device: self.device,
|
device: self.device,
|
||||||
state: state,
|
state,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue