Add constructors to command skeletons
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunFlyWheel.java
index de0045f4470b3e8c0720d45278b889da1f47d871..0ab2e4adf7225b1139f5bcc38c7c8d1d02b34422 100644 (file)
@@ -11,6 +11,9 @@ import edu.wpi.first.wpilibj.command.Command;
  *            in seconds
  */
 public class RunFlyWheel extends Command {
+       public RunFlyWheel() {
+
+       }
 
        // Called just before this Command runs the first time
        @Override