Skip to content

Commit

Permalink
Add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
crkalapat committed Feb 8, 2025
1 parent 6625eb6 commit 8513318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/lift/LiftSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void initialize() {

@Override
public void execute() {
if (!s_liftinstance.elevatorAtHome()) {
if (!s_liftinstance.elevatorAtHome()) { // There is a ! on this line.
s_liftinstance.setElevatorEncoder(BEAM_BREAK_HEIGHT);
isDoneHoming = true;
}
Expand Down

0 comments on commit 8513318

Please sign in to comment.