From: Eric Sandoval Date: Sat, 11 Feb 2017 06:00:34 +0000 (-0800) Subject: fix errors X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=9ee32d5e34e2a566cb7582be4d9c2f99e1d42c20 fix errors --- diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java b/src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java index 6d09477..c832b8f 100644 --- a/src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java @@ -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() {