Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Jun 26, 2024
1 parent d22c11a commit afbe7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/controller/controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ TM_RAMFUNC void CLControlStep(void)
// separate because the latter takes into account a user-configurable deadband
// around the position setpoint, where the integrator "sees" no error
float vel_setpoint = state.vel_ramp_setpoint ;
float vel_setpoint_integral = state.vel_ramp_setpoint ;
float vel_setpoint_integral = state.vel_ramp_setpoint;

if (state.mode >= CONTROLLER_MODE_POSITION)
{
Expand Down

0 comments on commit afbe7aa

Please sign in to comment.