Skip to content

Commit

Permalink
Update DualXbox.java
Browse files Browse the repository at this point in the history
whoops added duplicate button to operator control
  • Loading branch information
Bluewaves54 authored Mar 15, 2024
1 parent 310720b commit c2e09f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/oi/DualXbox.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public Trigger shootPoseOverride() {

@Override
public Trigger feederIntakePoseOverride() {
return operatorController.x();
return operatorController.y();
}
}

0 comments on commit c2e09f1

Please sign in to comment.