X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2FDriveWithJoysticks.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2FDriveWithJoysticks.java;h=cf5446ad825a7fa3307e632d7243ec45759fcc7d;hb=b26407834f93b26caa7617d3cfcdd7a39c732818;hp=338e01ebf233ac2c91d429891173483d60612859;hpb=3cd438bd5b650a27b84ef37224025cd7f6086e7c;p=ozzloy%40gmail.com%2F3501-spark-go diff --git a/src/org/usfirst/frc/team3501/robot/commands/DriveWithJoysticks.java b/src/org/usfirst/frc/team3501/robot/commands/DriveWithJoysticks.java index 338e01e..cf5446a 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/DriveWithJoysticks.java +++ b/src/org/usfirst/frc/team3501/robot/commands/DriveWithJoysticks.java @@ -1,6 +1,6 @@ package org.usfirst.frc.team3501.robot.commands; -public class DriveWithJoysticks extends CommandBase { +public class DriveWithJoysticks extends Command { public DriveWithJoysticks() { super("DriveWithJoysticks");