Skip to content

Commit

Permalink
fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
IanShiii committed Oct 6, 2024
1 parent 49210d8 commit 649f1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/stuypulse/robot/constants/Ports.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public interface FrontLeft {
}

public interface BackLeft {
int DRIVE = 15;
int TURN = 14;
int DRIVE = 14;
int TURN = 15;
int ENCODER = 3;
}

Expand Down

0 comments on commit 649f1f2

Please sign in to comment.