Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingSR committed Oct 15, 2024
1 parent 13fbb33 commit 01abe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/ClimberSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ClimberSubsystem extends SubsystemBase {
ClimberConstants.rightReverseChannel, ClimberConstants.rightForwardChannel);
private PneumaticHub m_pHub;

private boolean m_compressorEnabled;
public boolean m_compressorEnabled;

private Value m_state;

Expand Down

0 comments on commit 01abe5c

Please sign in to comment.