From bc1e5f1bb6bc4a2db92d0a07dfa611b9529422a4 Mon Sep 17 00:00:00 2001 From: EvanYap Date: Sat, 4 Feb 2017 16:28:40 -0800 Subject: [PATCH] save in case my comp crashes --- 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 1eb3df8..f505ed2 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -17,7 +17,7 @@ public class Robot extends IterativeRobot { @Override public void robotInit() { - driveTrain = driveTrain; + driveTrain = DriveTrain.getDriveTrain(); oi = OI.getOI(); shooter = Shooter.getShooter(); intake = Intake.getIntake(); -- 2.30.2