Skip to content

Commit d05d739

Browse files
Update Controls.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent eca0e65 commit d05d739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Controls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ private void configureElevatorBindings() {
594594
.schedule();
595595
}
596596

597-
// operatorController.rightBumper().whileTrue(s.elevatorConstants.holdCoastMode());
597+
// operatorController.rightBumper().whileTrue(s.elevatorSubsystem.holdCoastMode());
598598
var elevatorCoastButton =
599599
Shuffleboard.getTab("Controls")
600600
.add("Elevator Coast Mode", false)

0 commit comments

Comments
 (0)