Skip to content

Commit

Permalink
Testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acastellar committed Feb 16, 2022
1 parent b277972 commit f7bf037
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public void runOpMode() throws InterruptedException {
motorBackRight = hardwareMap.dcMotor.get("motorBackRight");
spin = hardwareMap.dcMotor.get("spin");

motorFrontLeft.setDirection(DcMotorSimple.Direction.REVERSE);
motorBackRight.setDirection(DcMotorSimple.Direction.REVERSE);
spin.setDirection(DcMotorSimple.Direction.REVERSE);

telemetry.addData("test", "test", runtime.seconds());
Expand Down

0 comments on commit f7bf037

Please sign in to comment.