Made changes
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / OI.java
index 880894f810c81705e164e0e1edeb922b0b4cb493..4a0e946bffa1df4e9c7f69d7f69bd4db99980251 100644 (file)
@@ -1,5 +1,7 @@
 package org.usfirst.frc.team3501.robot;
 
+import org.usfirst.frc.team3501.robot.commands.driving.BrakeCANTalons;
+import org.usfirst.frc.team3501.robot.commands.driving.CoastCANTalons;
 import org.usfirst.frc.team3501.robot.commands.driving.ToggleGear;
 import org.usfirst.frc.team3501.robot.commands.intake.ReverseIntakeContinuous;
 import org.usfirst.frc.team3501.robot.commands.intake.RunIntakeContinuous;