fix errors
authorEric Sandoval <harpnart@gmail.com>
Sat, 11 Feb 2017 06:00:34 +0000 (22:00 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:46:46 +0000 (10:46 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java

index 6d09477325061cb9eff162b14cd9882e8ed03a13..c832b8fc1f6109c5abf3a2d76d0056d263c67bb8 100644 (file)
@@ -48,12 +48,11 @@ public class DriveTrain extends Subsystem {
 
   private ADXRS450_Gyro imu;
 
-  public boolean shouldBeClimbing = false;
-
   private PIDController driveController;
   private PIDController gyroController;
 
   private boolean isClimbing;
+  public boolean shouldBeClimbing = false;
 
   private DriveTrain() {