File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -561,16 +561,16 @@ public void configFeedback() {
561561 .onFalse (Commands .runOnce (() -> conOperator .setRumble (RumbleType .kBothRumble , 0 )))
562562 .onFalse (Commands .runOnce (() -> subLED .clearAnimation ()));
563563 isInCSAutoDriveState
564- .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANAMATION )))
564+ .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANIMATION )))
565565 .onFalse (Commands .runOnce (() -> subLED .clearAnimation ()));
566566 isInProcessorAutoDriveState
567- .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANAMATION )))
567+ .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANIMATION )))
568568 .onFalse (Commands .runOnce (() -> subLED .clearAnimation ()));
569569 isInReefAutoDriveLeft
570- .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANAMATION )))
570+ .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANIMATION )))
571571 .onFalse (Commands .runOnce (() -> subLED .clearAnimation ()));
572572 isInReefAutoDriveRight
573- .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANAMATION )))
573+ .onTrue (Commands .runOnce (() -> subLED .setLED (constLED .ALIGNING_ANIMATION )))
574574 .onFalse (Commands .runOnce (() -> subLED .clearAnimation ()));
575575 }
576576
You can’t perform that action at this time.
0 commit comments