Skip to content

Commit

Permalink
Merge branch 'Development' into rhs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhsftc committed Oct 22, 2024
2 parents 6b32f08 + df03fe4 commit 8e4a217
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ public class DriverControl extends LinearOpMode {
private final Lift lift = new Lift(robot);

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

@Override
public void runOpMode() {
gamepadOne = new GamepadEx(gamepad1);
robot.init();
lift.init();

Expand Down

0 comments on commit 8e4a217

Please sign in to comment.