Skip to content

Commit

Permalink
Update DriveCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AudreyCTyler authored Nov 17, 2023
1 parent fc3cb15 commit adfa490
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ private enum Drivetype {
private boolean prevTog = false;

private boolean slower = false;

private final SendableChooser<Drivetype> typeEntry = new SendableChooser<>();
private final SendableChooser<DriveController> controllerEntry = new SendableChooser<>();

Expand Down

0 comments on commit adfa490

Please sign in to comment.