Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry-Lachance authored Feb 29, 2024
1 parent 9e8670d commit 16a30f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Drivetrain.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void resetEncoder() {
arrieregauche.getEncoder().setPosition(0);
}

public void driveOneMotor(string id, double speed) {
public void driveOneMotor(String id, double speed) {
switch (id) {
case "br":
arrieredroit.set(speed);
Expand Down

0 comments on commit 16a30f6

Please sign in to comment.