Skip to content

Commit

Permalink
Removed unnecessary timer delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch authored May 17, 2024
1 parent ea246c0 commit 557cc46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/swervelib/motors/TalonSRXSwerve.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public void setMotorBrake(boolean isBrakeMode)
@Override
public void setInverted(boolean inverted)
{
Timer.delay(1);
motor.setInverted(inverted);
}

Expand Down

0 comments on commit 557cc46

Please sign in to comment.