update code
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Robot.java
index 3cf893ea0e57c241511f028c70abe13ba2753e27..bc7966fb1d5910e929ccd38f166fb2d6b0a01335 100644 (file)
@@ -83,6 +83,7 @@ public class Robot extends IterativeRobot {
     driveTrain.getDriveController().setConstants(driveP, driveI, driveD);
 
     driveTrain.getGyroController().setConstants(gyroP, gyroI, gyroD);
+
   }
 
   @Override