Skip to content

Commit

Permalink
Update SetLEDCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneal authored Feb 3, 2024
1 parent 9a95a56 commit 12d366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/SetLEDCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import frc.robot.subsystems.LEDSubsystem;

public class SetLEDCommand extends Command {
private static LEDSubsystem subsystem = null;
private static LEDSubsystem subsystem = new LEDSubsystem;
public SetLEDCommand(LEDSubsystem subsystem) {
this.subsystem = subsystem;
}
Expand Down

0 comments on commit 12d366e

Please sign in to comment.