Skip to content

Commit

Permalink
Changed from iterative robot to timed robot
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasirosh authored Jan 21, 2019
1 parent d16badb commit f1d1457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/github/dozer/TaskRobot.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import com.github.dozer.coroutine.TaskRunner;

import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.IterativeRobot;
import edu.wpi.first.wpilibj.TimedRobot;

public abstract class TaskRobot extends IterativeRobot {
public abstract class TaskRobot extends TimedRobot {

protected Task[] autonomousTasks;
protected Task[] teleopTasks;
Expand Down

0 comments on commit f1d1457

Please sign in to comment.