Skip to content

Commit

Permalink
Update Controls.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetblackdragon committed Mar 19, 2024
1 parent d92f262 commit 303dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/team2412/robot/Controls.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static class ControlConstants {
private final Trigger launcherTrapPresetButton;
private final Trigger launcherLaunchButton;

private final Subsystems s;
private final Subsystems s;

public Controls(Subsystems s) {
driveController = new CommandXboxController(CONTROLLER_PORT);
Expand Down

0 comments on commit 303dd48

Please sign in to comment.