X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FRobot.java;h=072b5bd64444f756fcb21027ebbaff6bd803c313;hp=047e17035b0207a88d9a1f5700241fb6a89aec25;hb=88ecb8d30e50782e5cd458c63fcadd73defe0da8;hpb=95a9ffc3ad2240a031a899101d66c8edb63298af diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 047e170..072b5bd 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -57,6 +57,6 @@ public class Robot extends IterativeRobot { @Override public void teleopPeriodic() { - + Scheduler.getInstance().run(); } }