Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 802b6d2

Browse files
committed
uh oh broken code
1 parent c66cb30 commit 802b6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/frc/robot/RobotContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ public void configureBindings_teleop() {
317317
);
318318
commandDriverController.touchpad().whileTrue(superSystem.shoot())
319319
.whileFalse(superSystem.stow());
320+
commandDriverController.
320321

321322
commandDriverController.L2().whileTrue(Commands.sequence(
322323
Commands.race(

0 commit comments

Comments
 (0)