Skip to content

Commit

Permalink
Gotta start a timer
Browse files Browse the repository at this point in the history
  • Loading branch information
cyblazer committed Mar 22, 2024
1 parent bfb8968 commit d376686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/NoteIntakeCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public NoteIntakeCommand(IntakeSubsystem subsystem) {
@Override
public void initialize() {
m_intakeSubsystem.intake();

m_intakeTimer.start();
}

// Called every time the scheduler runs while the command is scheduled.
Expand Down

0 comments on commit d376686

Please sign in to comment.