From e183f274e941d9bb514156c346ff0b9a44d1ce1f Mon Sep 17 00:00:00 2001 From: Andres Esteban Echeverria G Date: Sat, 4 Feb 2017 17:11:34 -0800 Subject: [PATCH] cameraFeeds --- src/org/usfirst/frc/team3501/robot/Robot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index b6abd84..ba0f267 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -83,7 +83,7 @@ public class Robot extends IterativeRobot { @Override public void teleopPeriodic() { Scheduler.getInstance().run(); - cameraFeeds.run(); + } } -- 2.30.2