Skip to content

Commit

Permalink
found a bug while learning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Bauroth committed Sep 24, 2024
1 parent b926c62 commit 502ad08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class IntakeIOSparkMax implements IntakeIO {
private final AbsoluteEncoder encoder =
arm.getAbsoluteEncoder(SparkAbsoluteEncoder.Type.kDutyCycle);
private final AbsoluteEncoder rollerEncoder =
arm.getAbsoluteEncoder(SparkAbsoluteEncoder.Type.kDutyCycle);
roller.getAbsoluteEncoder(SparkAbsoluteEncoder.Type.kDutyCycle);

public IntakeIOSparkMax() {
arm.restoreFactoryDefaults();
Expand Down

0 comments on commit 502ad08

Please sign in to comment.