Skip to content

Commit

Permalink
chk
Browse files Browse the repository at this point in the history
  • Loading branch information
ryescholin committed May 31, 2024
1 parent 3ddc87e commit 66721d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pod-operation/src/state_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pub struct StateMachine {
lim_temperature_port: LimTemperature,
lim_temperature_starboard: LimTemperature,
high_voltage_system: HighVoltageSystem,
lidar: Lidar,
}

impl StateMachine {
Expand Down Expand Up @@ -104,7 +103,6 @@ impl StateMachine {
false, true,
)),
high_voltage_system: HighVoltageSystem::new(),
lidar: Lidar::new(),
}
}

Expand Down

0 comments on commit 66721d1

Please sign in to comment.