Skip to content

Commit

Permalink
Indexer build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
7028Robotics committed Feb 2, 2024
1 parent 8d8d688 commit 30c3c17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ public static class VisionConstants {

public final class IndexerConstants {
public static final int PORT_ID_INTAKE_SENSOR = 3;
public static final int PORT_ID_SPACER_SENSOR = 4;
public static final int PORT_ID_FULL_SENSOR = 2;
public static final int PORT_ID_SHOOTER_SENSOR = 2;

public static final int DEVICE_ID_INDEXER = 6;

Expand Down

0 comments on commit 30c3c17

Please sign in to comment.