Skip to content

Commit

Permalink
Remove test reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Feb 24, 2023
1 parent a8588f9 commit 8617bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gearbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ bool Gearbox::elapse_shift(ProfileGearChange req_lookup, AbstractProfile *profil
sr.overlap_reading_size = overlap_report_size;
sr.shift_status = result;
sr.target_shift_speed = chars.target_shift_time;
egs_can_hal->set_fake_engine_rpm(0);
//egs_can_hal->set_fake_engine_rpm(0);
pressure_manager->disable_spc();
sd.shift_solenoid->write_pwm_12_bit(0);
this->set_torque_request(TorqueRequest::None, 0);
Expand Down

0 comments on commit 8617bf1

Please sign in to comment.