Skip to content

Commit

Permalink
typo :p
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacThoman committed Mar 21, 2024
1 parent 726e47d commit 2d3db9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/frc/robot/subsystems/drive/SwerveModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ public SwerveModule(int driveMotorID, int turningMotorID, boolean driveMotorReve
turningMotor.configIntegratedSensorInitializationStrategy(SensorInitializationStrategy.BootToZero);
turningMotor.setInverted(true);


driveMotor


StatorCurrentLimitConfiguration turningStatorConfig = new StatorCurrentLimitConfiguration(false,40,40,0);
SupplyCurrentLimitConfiguration turningSupplyConfig = new SupplyCurrentLimitConfiguration(true,20,30,50);

Expand Down

0 comments on commit 2d3db9e

Please sign in to comment.