Skip to content

Commit

Permalink
removed speaker position
Browse files Browse the repository at this point in the history
  • Loading branch information
Pointy Ice committed Feb 2, 2024
1 parent 5df109b commit 7588e91
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

public enum ElevatorState {
GROUND(Constants.ElevatorConstants.GROUND_POSITION),
SPEAKER(Constants.ElevatorConstants.SPEAKER_POSITION),
AMP(Constants.ElevatorConstants.AMP_POSITION),
CHUTE(Constants.ElevatorConstants.CHUTE_POSITION),
TRAP(Constants.ElevatorConstants.TRAP_POSITION),
Expand Down

0 comments on commit 7588e91

Please sign in to comment.