From 4e3c401bfe25df4626237156623b2fa3fcfb57bb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 17 Feb 2016 17:19:54 -0500 Subject: stuff --- src/org/usfirst/frc/team4272/robot2016/Robot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/usfirst/frc/team4272/robot2016/Robot.java') diff --git a/src/org/usfirst/frc/team4272/robot2016/Robot.java b/src/org/usfirst/frc/team4272/robot2016/Robot.java index fc2eef6..bb15ccc 100644 --- a/src/org/usfirst/frc/team4272/robot2016/Robot.java +++ b/src/org/usfirst/frc/team4272/robot2016/Robot.java @@ -37,7 +37,7 @@ public class Robot extends IterativeRobot { public void teleopInit() { try { - teleop = new Teleop(); + teleop = new Teleop(robot); } catch (Exception e) {} } -- cgit v1.2.3