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