save in case my comp crashes
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Robot.java
index 11d3cd226b94fcc9b1b43bd4802e55cc1ccd2456..bc7966fb1d5910e929ccd38f166fb2d6b0a01335 100644 (file)
@@ -16,7 +16,7 @@ public class Robot extends IterativeRobot {
 
   @Override
   public void robotInit() {
-    driveTrain = driveTrain;
+    driveTrain = DriveTrain.getDriveTrain();
     oi = OI.getOI();
     shooter = Shooter.getShooter();
     intake = Intake.getIntake();