Make MyRobot compilation test use TimedRobot (#1363)

IterativeRobot is deprecated.
This commit is contained in:
Tyler Veness
2018-10-12 23:41:05 -07:00
committed by Peter Johnson
parent b9fa3a4398
commit bd9484a2f4
2 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@
/* the project. */
/*----------------------------------------------------------------------------*/
import edu.wpi.first.wpilibj.IterativeRobot;
import edu.wpi.first.wpilibj.TimedRobot;
@SuppressWarnings("all")
public class MyRobot extends IterativeRobot {
public class MyRobot extends TimedRobot {
/**
* This function is run when the robot is first started up and should be
* used for any initialization code.