mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51: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> {
|
||||
CrystalOscillator {
|
||||
device: self.device,
|
||||
state: state,
|
||||
state,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue