Skip to content

Commit

Permalink
Update DriverControl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Isha290411 committed Oct 26, 2024
1 parent 50bda32 commit 69533f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class DriverControl extends LinearOpMode {
private final Lift lift = new Lift(robot);

// Use the new FtcLib gamepad extension.
GamepadEx gamepadOne = new GamepadEx(gamepad1);
GamepadEx gamepadOne = null;

@Override
public void runOpMode() {
Expand Down

0 comments on commit 69533f6

Please sign in to comment.