input correct constructor
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 21:33:06 +0000 (13:33 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:45:00 +0000 (10:45 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java

index 62edcd1d9ad9530566e555762c7d4b885b98020f..633b12b4f78298ff07c348f08837ccf55010b9a7 100644 (file)
@@ -95,13 +95,10 @@ public class DriveTrain extends Subsystem {
     return this.driveController;
   }
 
-<<<<<<< HEAD
   public PIDController getGyroController() {
     return this.gyroController;
   }
 
-=======
->>>>>>> move pidcontroller into drivetrain
   public static DriveTrain getDriveTrain() {
     if (driveTrain == null) {
       driveTrain = new DriveTrain();