Skip to content

Commit

Permalink
y (edited)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingSR committed Oct 15, 2024
1 parent 40b4557 commit c27c71e
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 @@ -30,7 +30,7 @@ public ClimberSubsystem() {

m_compressorEnabled = false;
}

//Hi
// Runs once every tick (~20ms)
public void periodic() {
m_leftSolenoid.set(m_state);
Expand Down

0 comments on commit c27c71e

Please sign in to comment.