summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2016/Robot.java
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-17 17:19:54 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-17 17:19:54 -0500
commit4e3c401bfe25df4626237156623b2fa3fcfb57bb (patch)
tree38c0c349bc82d1204fa82c09b94364b354868754 /src/org/usfirst/frc/team4272/robot2016/Robot.java
parentf28aaa96edf9bea5843ce0ab9b0110c84ca914e9 (diff)
stuff
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2016/Robot.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2016/Robot.java2
1 files changed, 1 insertions, 1 deletions
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) {}
}