X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FRobot.java;h=1cffcb01aeeeae61e0daaae4d795230bda22459f;hp=fe515f2af33bd6e9e03a913a68f82bf0d3cf7cc7;hb=8565f6157b0e34288532871e4123f03c15f2179a;hpb=b8791ca4cfd815fbd063523ac6edc452d4a17602 diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index fe515f2..1cffcb0 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -19,6 +19,7 @@ public class Robot extends IterativeRobot { oi = OI.getOI(); shooter = Shooter.getShooter(); intake = Intake.getIntake(); + } public static DriveTrain getDriveTrain() {