This commit is contained in:
ryan123rudder
2020-03-10 18:47:22 -06:00
parent 8b554eb38d
commit 6cc3e63b86
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ public class RobotContainer {
/* Controllers */
private final XboxController m_driverXbox = new XboxController(OIConstants.XBOX_DRIVER_ID);
private final XboxController m_operatorXbox = new XboxController(OIConstants.XBOX_OPERATOR_ID);
private final XboxController m_buttonBox = new XboxController(OIConstants. BUTTON_BOX_ID);
private final XboxController m_buttonFox = new XboxController(OIConstants. BUTTON_FOX_ID);
/**