Fix syntax errors in master got in the last merge
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassRockWall.java
index 55646b5a94254c695f5a0ebd97ad48886ba275aa..1b74da6c593955bc09a7bb1fec94542a417355e8 100755 (executable)
@@ -27,7 +27,7 @@ public class PassRockWall extends CommandGroup {
   public PassRockWall() {
     if (Constants.Auton.IS_USING_TIME) {
       addSequential(new DriveForTime(Constants.Auton.PASS_ROCK_WALL_TIME,
-          Constants.Auton.passRockWallSpeed));
+          Constants.Auton.PASS_ROCK_WALL_SPEED));
     }
     else {
       addSequential(new DriveDistance(