Skip to content

Commit

Permalink
fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuraski committed Oct 9, 2024
1 parent 06b4a5a commit 3a95cbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class DriveOnlyOpMode extends LinearOpMode {

// Declare OpMode members.
private ElapsedTime runtime = new ElapsedTime();
DriveSubsystem driveSubsystem = new DriveSubsystem();
DriveSubsystem driveSubsystem;
SlideSubsystem slideSubsystem;
ArmSubsystem arm;
WristSubsystem wrist;
Expand Down

0 comments on commit 3a95cbc

Please sign in to comment.