Skip to content

Commit

Permalink
Fix SbsSettings incorrect length error
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed May 7, 2023
1 parent f7c035f commit 6cbd242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/diag/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl TcuSettings for SolSettings {
#[derive(Default, Debug, Copy, Clone, PartialEq, PartialOrd, Serialize, Deserialize)]
#[repr(C, packed)]
pub struct SbsSettings {
shift_solenoid_pwm_reduction_time: u32,
shift_solenoid_pwm_reduction_time: u16,
delta_rpm_flare_detect: u16,
f_shown_if_flare: bool,
torque_request_upshift: bool,
Expand Down

0 comments on commit 6cbd242

Please sign in to comment.