everything done except mapping buttons to actions
[3501/3501-spark-go] / src / org / usfirst / frc / team3501 / robot / subsystems / Drivetrain.java
index 5dd39abb4a716f1bf8a7729b57696371281ec823..72428e4a7ca5e757f42529fbac5adc98c906e5f4 100644 (file)
@@ -51,4 +51,3 @@ public class Drivetrain extends Subsystem {
         setDefaultCommand(new DriveWithJoysticks());
     }
 }
-