From e1edc05dad3da6e5dcc453e6090d610ef4262a53 Mon Sep 17 00:00:00 2001 From: Andres Esteban Echeverria G Date: Sat, 4 Feb 2017 17:13:39 -0800 Subject: [PATCH] Example subsystem --- src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java b/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java index 6fdb978..e3de421 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java +++ b/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java @@ -10,7 +10,7 @@ import org.usfirst.frc.team3501.robot.Robot; public class ExampleCommand extends Command { public ExampleCommand() { // Use requires() here to declare subsystem dependencies - requires(Robot.exampleSubsystem); + //requires(Robot.exampleSubsystem); } // Called just before this Command runs the first time -- 2.30.2