From: Andres Esteban Echeverria G Date: Sun, 5 Feb 2017 01:11:34 +0000 (-0800) Subject: cameraFeeds X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=ae2aec88fb09a27a9f49988b12fea6914d6ef6f6 cameraFeeds --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index e3b2058..4a1288a 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -66,7 +66,7 @@ public class Robot extends IterativeRobot { @Override public void teleopPeriodic() { Scheduler.getInstance().run(); - cameraFeeds.run(); + } }