save in case my comp crashes
authorEvanYap <evanyap.14@gmail.com>
Sun, 5 Feb 2017 00:28:40 +0000 (16:28 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:46:02 +0000 (10:46 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index 1eb3df8c6a4eededda962e31fa1e65941a4f5ef8..f505ed2207f35b5cced47716c13fc4bf08068d4a 100644 (file)
@@ -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();