Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
yay cicd boo im an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
carokhan authored Sep 27, 2024
1 parent a385713 commit 2d13298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private void configureButtonBindings() {
m_feeder.setRPM(() -> -1000),
m_intake.setRollerRPM(() -> -1000),
m_shooter.setRPM(() -> -1000, 1)
).until(!m_feeder.shooterBeambreakObstructed()).unless(() -> !m_feeder.shooterBeambreakObstructed())
).until(() -> !m_feeder.shooterBeambreakObstructed()).unless(() -> !m_feeder.shooterBeambreakObstructed())
);

// Right bumper for run intake backward
Expand Down

0 comments on commit 2d13298

Please sign in to comment.