Skip to content

Commit

Permalink
🐛 renames
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Oct 31, 2024
1 parent 1b6b797 commit 34d3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/intake/Intake.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public Command intakeIn() {
}

public Command redirectToAmp() {
return this.run(() -> intakeIO.setIntakeVoltage(IntakeConstants.kIntakeRedirectVoltage))
return this.run(() -> intakeIO.setVoltage(IntakeConstants.kIntakeRedirectVoltage))
.finallyDo(intakeIO::off);
}

Expand Down

0 comments on commit 34d3b2e

Please sign in to comment.