Skip to content

Commit

Permalink
add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshawhaat authored Dec 16, 2023
1 parent 347ef3b commit 1732241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mecanumDriveFieldCentric.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ else if (gamepad2.right_bumper) {

if (gamepad2.a) Winch.setPower(-1);
else if (gamepad2.b) Winch.setPower(1);
else Winch.setPower(0)
else Winch.setPower(0);

//SECTION - Telemetry
telemetry.addData("Speed Mod:", maxSpeed);
Expand Down

0 comments on commit 1732241

Please sign in to comment.