Skip to content

Commit

Permalink
added automatic detection of of controller
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin212 committed Jan 26, 2024
1 parent cee8880 commit 75f0631
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 @@ -54,7 +54,7 @@ public RobotContainer() {
} else {
driveController = new XboxDriveController();
}

// Configure the trigger bindings
configureBindings();
}
Expand Down

0 comments on commit 75f0631

Please sign in to comment.