Skip to content

Commit

Permalink
add back derate
Browse files Browse the repository at this point in the history
  • Loading branch information
CL16gtgh committed Jun 2, 2024
1 parent 124bdaf commit 7c082c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ void tick_all_systems(const SysTick_s &current_system_tick)
steering_system.getSteeringSystemData(),
load_cell_interface.getLoadCellForces(),
dashboard.getDialMode(),
1.0, // ams_interface.get_acc_derate_factor(),
ams_interface.get_acc_derate_factor(),
dashboard.torqueModeButtonPressed(),
vn_interface.get_vn_struct(),
controller_output);
Expand Down

0 comments on commit 7c082c6

Please sign in to comment.