init this branch
authorEvanYap <evanyap.14@gmail.com>
Fri, 3 Feb 2017 03:12:13 +0000 (19:12 -0800)
committerEvanYap <evanyap.14@gmail.com>
Fri, 3 Feb 2017 03:12:13 +0000 (19:12 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index 5f4715cb6ac2e9b1fcb8a7e1bef891cc95163eae..67507ddce713f65e7f6d794dcbaf3f4738ceba2b 100644 (file)
@@ -19,6 +19,8 @@ public class Robot extends IterativeRobot {
     oi = OI.getOI();
     shooter = Shooter.getShooter();
     intake = Intake.getIntake();
+
+    // init
   }
 
   public static DriveTrain getDriveTrain() {