Skip to content

Commit

Permalink
Cleanup constants
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitkakkar committed Jan 11, 2024
1 parent 41c284d commit 11a8f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public static class DriveHardware {
}

public static class ShooterHardware {
public static final Spark.ID LEFT_SLAVE_MOTOR_ID = new Spark.ID("DriveHardware/Shooter/Left", 11);
public static final Spark.ID RIGHT_MASTER_MOTOR_ID = new Spark.ID("DriveHardware/Shooter/Right", 12);
public static final Spark.ID LEFT_SLAVE_MOTOR_ID = new Spark.ID("ShooterHardware/Shooter/Left", 11);
public static final Spark.ID RIGHT_MASTER_MOTOR_ID = new Spark.ID("ShooterHardware/Shooter/Right", 12);

}

Expand Down

0 comments on commit 11a8f28

Please sign in to comment.