test
authorEric Sandoval <harpnart@gmail.com>
Sun, 15 Jan 2017 01:32:34 +0000 (17:32 -0800)
committerEric Sandoval <harpnart@gmail.com>
Tue, 17 Jan 2017 03:46:33 +0000 (19:46 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java

index d806807ae659ad4c0fe81f5d0805aec256bf1786..1217bcd8963d5397f17d7d2188894540afc654e3 100644 (file)
@@ -32,7 +32,7 @@ public class DriveTrain extends Subsystem {
     leftEncoder.setDistancePerPulse(Constants.DriveTrain.INCHES_PER_PULSE);
     rightEncoder.setDistancePerPulse(Constants.DriveTrain.INCHES_PER_PULSE);
 
-    // ROBOT DRIVE
+    // ROBOT DRIVE t
     robotDrive = new RobotDrive(frontLeft, rearLeft, frontRight, rearRight);
   }