change Direction data type to our own
authorCindy Zhang <cindyzyx9@gmail.com>
Sun, 15 Jan 2017 01:32:30 +0000 (17:32 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sun, 15 Jan 2017 01:32:30 +0000 (17:32 -0800)
src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java

index 993adc8c5b46922c1cb6ad5d0fc1565af8cec7ca..334fa0b67d278ad2dd38afe3be68d54fd6487b09 100755 (executable)
@@ -1,8 +1,8 @@
 package org.usfirst.frc.team3501.robot.commands.driving;
 
+import org.usfirst.frc.team3501.robot.Constants.Direction;
 import org.usfirst.frc.team3501.robot.Robot;
 
-import edu.wpi.first.wpilibj.Relay.Direction;
 import edu.wpi.first.wpilibj.command.Command;
 
 /**