Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishoffman committed Jan 30, 2025
1 parent b5a0e8e commit a736d2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/subsystems/Climber.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
import frc.robot.RobotMap;
import frc.robot.subsystems.coraller.Coraller;

public class Climber extends SubsystemBase {
public enum AnchorPosition {
Expand Down Expand Up @@ -56,7 +55,6 @@ public void reelIn() {
}

public void reelOut() {

reel.setVoltage(-6);
}

Expand Down

0 comments on commit a736d2f

Please sign in to comment.