Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
6kn4eakfr4s committed Apr 3, 2024
1 parent 34c1e58 commit c5da569
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ public IntakeRollerSubsystem(LightBarSubsystem lightBarSubsystem) {
intakeNTTable = ntInstance.getTable("Intake");
frontSensorEntry = intakeNTTable.getEntry("FrontSensor");
rockwellSensorEntry = intakeNTTable.getEntry("Rockwell");
ampSenSorEntry - intakeNTTable.getEntry("AMPSensor");
ntFrontPublisher = ntTable.getBooleanTopic("frontSensor").publish();
ntBackPublisher = ntTable.getBooleanTopic("backSensor").publish();
ampSenSorEntry = intakeNTTable.getEntry("AMPSensor");
ntFrontPublisher = ntTable.getBooleanTopic("FrontSensor").publish();
ntBackPublisher = ntTable.getBooleanTopic("BackSensor").publish();

this.lightBarSubsystem = lightBarSubsystem;

Expand Down

0 comments on commit c5da569

Please sign in to comment.