Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
forgor semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
NoozAbooz committed Apr 22, 2024
1 parent d750a95 commit 26b2e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auton/autonomous.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void autonomous() {
pros::delay(200);
intake.move_voltage(0);
chassis.moveToPoint(13.213, 39.065, 1250);
chassis.moveToPoint(-16, 56.363, 500, {false})
chassis.moveToPoint(-16, 56.363, 500, {false});
chassis.moveToPoint(-26.426, 56.363, 1250);
chassis.moveToPoint(12.639, 56.938, 1250);
break;
Expand Down

0 comments on commit 26b2e8c

Please sign in to comment.