Skip to content

Commit

Permalink
Fixed typo in shooter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-J-Wallace committed Feb 3, 2024
1 parent 9c6ddd7 commit d791c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/team340/robot/subsystems/Shooter.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public Shooter() {
ShooterConstants.SHOOT_LEFT_MOTOR_CONFIG.apply(leftShootMotor);
ShooterConstants.SHOOT_PID_CONFIG.apply(leftShootMotor, leftShootPID);

ShooterConstants.SHOOT_RIGHT_MOTOR_CONFIG.apply(leftShootMotor);
ShooterConstants.SHOOT_RIGHT_MOTOR_CONFIG.apply(rightShootMotor);
ShooterConstants.SHOOT_PID_CONFIG.apply(rightShootMotor, rightShootPID);
}

Expand Down

0 comments on commit d791c31

Please sign in to comment.