"parked" is a stupid name
This commit is contained in:
parent
b13c40429f
commit
3add4893f9
|
@ -336,12 +336,12 @@ pub enum ShiftState {
|
||||||
Reverse,
|
Reverse,
|
||||||
#[serde(other)]
|
#[serde(other)]
|
||||||
#[serde(alias = "P")]
|
#[serde(alias = "P")]
|
||||||
Parked,
|
Park,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for ShiftState {
|
impl Default for ShiftState {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::Parked
|
Self::Park
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue