X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fsubsystems%2FDrivetrain.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fsubsystems%2FDrivetrain.java;h=72428e4a7ca5e757f42529fbac5adc98c906e5f4;hb=f24c549dc374aed0a8b543e1c64139ef0318b65b;hp=5dd39abb4a716f1bf8a7729b57696371281ec823;hpb=3e4790a8551e2a7c20db705dea86cb59f3c84696;p=3501%2F3501-spark-go diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/Drivetrain.java b/src/org/usfirst/frc/team3501/robot/subsystems/Drivetrain.java index 5dd39ab..72428e4 100644 --- a/src/org/usfirst/frc/team3501/robot/subsystems/Drivetrain.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/Drivetrain.java @@ -51,4 +51,3 @@ public class Drivetrain extends Subsystem { setDefaultCommand(new DriveWithJoysticks()); } } -