Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto y
  • Loading branch information
ProgrammingSR committed Oct 15, 2024
2 parents c27c71e + a0faa02 commit 6b81dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/ClimberSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class ClimberSubsystem extends SubsystemBase {
private boolean m_compressorEnabled;

private Value m_state;
String y = "y";

public ClimberSubsystem() {
m_pHub = new PneumaticHub(2);
Expand Down

0 comments on commit 6b81dd9

Please sign in to comment.