X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FRobot.java;h=63a11d04b6286e9e61e517e65d3785943cf1691b;hp=cc6f1459df0a1d046493936422f2b7d2645094c0;hb=7992f152f51019bc210c95cc7c0c9fd8a5eb012d;hpb=d0a3a99e6e2e593b189cea7842eee444153fc8e9 diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index cc6f145..63a11d0 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -41,7 +41,12 @@ public class Robot extends IterativeRobot { } public static Intake getIntake() { - return Intake.getIntake() + return Intake.getIntake(); + } + + public static Intake getIntake() { + return Intake.getIntake(); + } @Override